{ "opencollection": "1.0.0", "info": { "name": "Taboola Backstage Accounts Custom Audiences API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Custom Audiences", "type": "folder" }, "items": [ { "info": { "name": "Get All Custom Audiences", "type": "http" }, "http": { "method": "GET", "url": "https://backstage.taboola.com/backstage/api/1.0/:account_id/custom_audiences", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get all Custom Audiences for the specified account, including network-level audiences." } ] } ], "bundled": true }