{ "opencollection": "1.0.0", "info": { "name": "ActiveCampaign SMS Broadcast Accounts Scores API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "Api-Token", "value": "{{Api-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Scores", "type": "folder" }, "items": [ { "info": { "name": "ActiveCampaign Retrieve a Score", "type": "http" }, "http": { "method": "GET", "url": "https://{yourAccountName}.api-us1.com/api/3/scores/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the score to retrieve" } ] }, "docs": "ActiveCampaign Retrieve a Score" }, { "info": { "name": "ActiveCampaign List All Scores", "type": "http" }, "http": { "method": "GET", "url": "https://{yourAccountName}.api-us1.com/api/3/scores" }, "docs": "ActiveCampaign List All Scores" } ] } ], "bundled": true }