{ "opencollection": "1.0.0", "info": { "name": "Integration API - Consumer to Extole Audiences Optout API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Optout", "type": "folder" }, "items": [ { "info": { "name": "Get opt-out status", "type": "http" }, "http": { "method": "GET", "url": "https://{brand}.extole.io/v4/optouts", "params": [ { "name": "email", "value": "", "type": "query" } ] }, "docs": "Returns the opt-out suppression state for a person identified by email address. A person who is opted out will not receive campaign sends or reward awards." } ] } ], "bundled": true }