{ "opencollection": "1.0.0", "info": { "name": "ActiveCampaign SMS Broadcast Accounts Automations API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "Api-Token", "value": "{{Api-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Automations", "type": "folder" }, "items": [ { "info": { "name": "ActiveCampaign List All Automations", "type": "http" }, "http": { "method": "GET", "url": "https://{yourAccountName}.api-us1.com/api/3/automations" }, "docs": "ActiveCampaign List All Automations" }, { "info": { "name": "ActiveCampaign Copy of List All Automations", "type": "http" }, "http": { "method": "GET", "url": "https://{yourAccountName}.api-us1.com/api/3/automations/:automationId", "params": [ { "name": "automationId", "value": "", "type": "path" } ] }, "docs": "ActiveCampaign Copy of List All Automations" }, { "info": { "name": "ActiveCampaign Copy of List All Automations", "type": "http" }, "http": { "method": "GET", "url": "https://{yourAccountName}.api-us1.com/api/3/automations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "ActiveCampaign Copy of List All Automations" } ] } ], "bundled": true }