{ "opencollection": "1.0.0", "info": { "name": "ActiveCampaign SMS Broadcast Accounts Snapshots API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "Api-Token", "value": "{{Api-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Snapshots", "type": "folder" }, "items": [ { "info": { "name": "ActiveCampaign Get Broadcast Snapshot", "type": "http" }, "http": { "method": "GET", "url": "https://{yourAccountName}.api-us1.com/api/3/sms/broadcasts/metrics/snapshot", "params": [ { "name": "start_date", "value": "", "type": "query", "description": "Start date for snapshot (YYYY-MM-DD)" }, { "name": "end_date", "value": "", "type": "query", "description": "End date for snapshot (YYYY-MM-DD)" } ] }, "docs": "Returns snapshot data for all broadcasts" }, { "info": { "name": "ActiveCampaign Get Broadcast Snapshot", "type": "http" }, "http": { "method": "POST", "url": "https://{yourAccountName}.api-us1.com/api/3/sms/broadcasts/metrics/snapshot", "body": { "type": "json", "data": "{}" } }, "docs": "Returns snapshot for specified broadcast IDs" } ] } ], "bundled": true }