{ "opencollection": "1.0.0", "info": { "name": "Taboola Backstage Accounts First Party Audiences API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "First Party Audiences", "type": "folder" }, "items": [ { "info": { "name": "Create A First Party Audience", "type": "http" }, "http": { "method": "POST", "url": "https://backstage.taboola.com/backstage/api/1.0/:account_id/audience_onboarding", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new first-party audience for the specified account." }, { "info": { "name": "Add Or Remove Users", "type": "http" }, "http": { "method": "POST", "url": "https://backstage.taboola.com/backstage/api/1.0/:account_id/audience_onboarding/:audience_id/users", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "audience_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add or remove users from a first party audience using hashed identifiers." }, { "info": { "name": "Get My Audience", "type": "http" }, "http": { "method": "GET", "url": "https://backstage.taboola.com/backstage/api/1.0/:account_id/audience_onboarding/:audience_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "audience_id", "value": "", "type": "path" } ] }, "docs": "Fetch a specific first-party audience by ID." } ] } ], "bundled": true }