{ "opencollection": "1.0.0", "info": { "name": "Integration API - Consumer to Extole Audiences Campaign Controllers API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Campaign Controllers", "type": "folder" }, "items": [ { "info": { "name": "List campaign controllers", "type": "http" }, "http": { "method": "GET", "url": "https://{brand}.extole.io/v2/campaigns/:campaignId:version/controllers", "params": [ { "name": "campaignId", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "query" } ] }, "docs": "Returns all controllers for the specified campaign." }, { "info": { "name": "Create a campaign controller", "type": "http" }, "http": { "method": "POST", "url": "https://{brand}.extole.io/v2/campaigns/:campaignId:version/controllers", "params": [ { "name": "campaignId", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new controller to the specified campaign. Controllers orchestrate campaign logic by combining triggers (conditions) with actions (side effects). Returns the created controller with its server-assigned id." }, { "info": { "name": "List built campaign controllers", "type": "http" }, "http": { "method": "GET", "url": "https://{brand}.extole.io/v2/campaigns/:campaignId:version/controllers/built", "params": [ { "name": "campaignId", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "query" } ] }, "docs": "Returns all campaign controllers in their fully evaluated runtime form." } ] } ], "bundled": true }