{ "opencollection": "1.0.0", "info": { "name": "Integration API - Consumer to Extole Audiences Debug API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Debug", "type": "folder" }, "items": [ { "info": { "name": "Set the debug environment container cookie", "type": "http" }, "http": { "method": "GET", "url": "https://{brand}.extole.io/v4/debug/mode/:container", "params": [ { "name": "container", "value": "", "type": "path" }, { "name": "enable", "value": "", "type": "query" } ] }, "docs": "Sets or clears the `container` cookie used to pin the consumer API to a specific deployment container. Pass `enable=false` to disable. Expert-only debugging endpoint." }, { "info": { "name": "Used to send client events to Extole", "type": "http" }, "http": { "method": "POST", "url": "https://{brand}.extole.io/v4/debug/client-events", "body": { "type": "json", "data": "{}" } }, "docs": "Used to send client events to Extole" }, { "info": { "name": "Submit a content security policy report", "type": "http" }, "http": { "method": "POST", "url": "https://{brand}.extole.io/v4/debug/content-security-policy-reports", "body": { "type": "json", "data": "{}" } }, "docs": "Accepts a browser Content-Security-Policy violation report for logging and investigation. Expert-only debugging endpoint." }, { "info": { "name": "Used to send log messages to Extole", "type": "http" }, "http": { "method": "POST", "url": "https://{brand}.extole.io/v4/debug/logs", "body": { "type": "json", "data": "{}" } }, "docs": "Used to send log messages to Extole" } ] } ], "bundled": true }