{ "opencollection": "1.0.0", "info": { "name": "Taboola Backstage Accounts Campaign Items API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Campaign Items", "type": "folder" }, "items": [ { "info": { "name": "Get All Campaign Items", "type": "http" }, "http": { "method": "GET", "url": "https://backstage.taboola.com/backstage/api/1.0/:account_id/campaigns/:campaign_id/items/", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "campaign_id", "value": "", "type": "path" } ] }, "docs": "Get a list of items for the specified campaign." }, { "info": { "name": "Create A Campaign Item", "type": "http" }, "http": { "method": "POST", "url": "https://backstage.taboola.com/backstage/api/1.0/:account_id/campaigns/:campaign_id/items/", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "campaign_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new item under the specified campaign." }, { "info": { "name": "Get A Campaign Item", "type": "http" }, "http": { "method": "GET", "url": "https://backstage.taboola.com/backstage/api/1.0/:account_id/campaigns/:campaign_id/items/:item_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "campaign_id", "value": "", "type": "path" }, { "name": "item_id", "value": "", "type": "path" } ] }, "docs": "Get the specified campaign item." }, { "info": { "name": "Update A Campaign Item", "type": "http" }, "http": { "method": "POST", "url": "https://backstage.taboola.com/backstage/api/1.0/:account_id/campaigns/:campaign_id/items/:item_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "campaign_id", "value": "", "type": "path" }, { "name": "item_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing campaign item." }, { "info": { "name": "Delete A Campaign Item", "type": "http" }, "http": { "method": "DELETE", "url": "https://backstage.taboola.com/backstage/api/1.0/:account_id/campaigns/:campaign_id/items/:item_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "campaign_id", "value": "", "type": "path" }, { "name": "item_id", "value": "", "type": "path" } ] }, "docs": "Delete the specified item." } ] } ], "bundled": true }