{ "opencollection": "1.0.0", "info": { "name": "ActiveCampaign SMS Broadcast Accounts Notes API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "Api-Token", "value": "{{Api-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Notes", "type": "folder" }, "items": [ { "info": { "name": "ActiveCampaign Retrieve List of All Notes", "type": "http" }, "http": { "method": "GET", "url": "https://{yourAccountName}.api-us1.com/api/3/notes" }, "docs": "ActiveCampaign Retrieve List of All Notes" }, { "info": { "name": "ActiveCampaign Create a Note", "type": "http" }, "http": { "method": "POST", "url": "https://{yourAccountName}.api-us1.com/api/3/notes", "body": { "type": "json", "data": "{}" } }, "docs": "ActiveCampaign Create a Note" }, { "info": { "name": "ActiveCampaign Retrieve a Note", "type": "http" }, "http": { "method": "GET", "url": "https://{yourAccountName}.api-us1.com/api/3/notes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the note to retrieve" } ] }, "docs": "ActiveCampaign Retrieve a Note" }, { "info": { "name": "ActiveCampaign Update a Note", "type": "http" }, "http": { "method": "PUT", "url": "https://{yourAccountName}.api-us1.com/api/3/notes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the note to update" } ], "body": { "type": "json", "data": "{}" } }, "docs": "ActiveCampaign Update a Note" }, { "info": { "name": "ActiveCampaign Delete a Note", "type": "http" }, "http": { "method": "DELETE", "url": "https://{yourAccountName}.api-us1.com/api/3/notes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the note to delete" } ] }, "docs": "ActiveCampaign Delete a Note" } ] } ], "bundled": true }