{ "opencollection": "1.0.0", "info": { "name": "Taboola Backstage Accounts Lookalike Audiences API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Lookalike Audiences", "type": "folder" }, "items": [ { "info": { "name": "Get Lookalike Audiences", "type": "http" }, "http": { "method": "GET", "url": "https://backstage.taboola.com/backstage/api/1.0/:account_id/dictionary/lookalike_audiences", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get a list of available lookalike audiences for the account." } ] } ], "bundled": true }