{ "opencollection": "1.0.0", "info": { "name": "Outbrain Amplify Authentication Campaigns API", "version": "0.1" }, "request": { "auth": { "type": "apikey", "key": "OB-TOKEN-V1", "value": "{{OB-TOKEN-V1}}", "placement": "header" } }, "items": [ { "info": { "name": "Campaigns", "type": "folder" }, "items": [ { "info": { "name": "List Campaigns For A Marketer", "type": "http" }, "http": { "method": "GET", "url": "https://api.outbrain.com/amplify/v0.1/marketers/:marketerId/campaigns", "params": [ { "name": "marketerId", "value": "", "type": "path", "description": "Marketer (customer account) identifier." } ] }, "docs": "Retrieve all campaigns belonging to a specific marketer." }, { "info": { "name": "Create A Campaign For A Marketer", "type": "http" }, "http": { "method": "POST", "url": "https://api.outbrain.com/amplify/v0.1/marketers/:marketerId/campaigns", "params": [ { "name": "marketerId", "value": "", "type": "path", "description": "Marketer (customer account) identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new campaign under the specified marketer." }, { "info": { "name": "Get A Campaign By Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.outbrain.com/amplify/v0.1/campaigns/:campaignId", "params": [ { "name": "campaignId", "value": "", "type": "path", "description": "Campaign identifier." } ] }, "docs": "Retrieve a single campaign by its identifier." }, { "info": { "name": "Update A Campaign", "type": "http" }, "http": { "method": "PUT", "url": "https://api.outbrain.com/amplify/v0.1/campaigns/:campaignId", "params": [ { "name": "campaignId", "value": "", "type": "path", "description": "Campaign identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing campaign's settings." } ] } ], "bundled": true }