{ "opencollection": "1.0.0", "info": { "name": "ActiveCampaign SMS Broadcast Accounts Branding API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "Api-Token", "value": "{{Api-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Branding", "type": "folder" }, "items": [ { "info": { "name": "ActiveCampaign Retrieve a Branding", "type": "http" }, "http": { "method": "GET", "url": "https://{yourAccountName}.api-us1.com/api/3/brandings/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve an existing branding resource" }, { "info": { "name": "ActiveCampaign Update a Branding", "type": "http" }, "http": { "method": "PUT", "url": "https://{yourAccountName}.api-us1.com/api/3/brandings/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Branding ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing branding resource" }, { "info": { "name": "ActiveCampaign List All Brandings", "type": "http" }, "http": { "method": "GET", "url": "https://{yourAccountName}.api-us1.com/api/3/brandings", "params": [ { "name": "api_key", "value": "", "type": "query", "description": "ActiveCampaign API key" } ] }, "docs": "List all existing branding resources" } ] } ], "bundled": true }