{ "opencollection": "1.0.0", "info": { "name": "ActiveCampaign SMS Broadcast Accounts Groups API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "Api-Token", "value": "{{Api-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "ActiveCampaign Get All Custom Field Groups", "type": "http" }, "http": { "method": "GET", "url": "https://{yourAccountName}.api-us1.com/api/3/groupMembers" }, "docs": "ActiveCampaign Get All Custom Field Groups" }, { "info": { "name": "ActiveCampaign Add Custom Field to Field Group", "type": "http" }, "http": { "method": "POST", "url": "https://{yourAccountName}.api-us1.com/api/3/groupMembers", "body": { "type": "json", "data": "{}" } }, "docs": "ActiveCampaign Add Custom Field to Field Group" }, { "info": { "name": "ActiveCampaign Get Custom Field Group by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{yourAccountName}.api-us1.com/api/3/groupMembers/:groupID", "params": [ { "name": "groupID", "value": "", "type": "path", "description": "Group ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "ActiveCampaign Get Custom Field Group by ID" }, { "info": { "name": "ActiveCampaign Delete Custom Field Field Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://{yourAccountName}.api-us1.com/api/3/groupMembers/:groupID", "params": [ { "name": "groupID", "value": "", "type": "path", "description": "Group ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "ActiveCampaign Delete Custom Field Field Group" }, { "info": { "name": "ActiveCampaign Create a Custom Field Group", "type": "http" }, "http": { "method": "POST", "url": "https://{yourAccountName}.api-us1.com/api/3/groupDefinitions", "params": [ { "name": "groupDefinition.label", "value": "", "type": "query", "description": "Field Group Name" }, { "name": "groupDefinition.ordernum", "value": "", "type": "query", "description": "The order the custom field group will be shown" }, { "name": "groupDefinition.groupType", "value": "", "type": "query", "description": "The group type (see note)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a Custom Field Group" }, { "info": { "name": "ActiveCampaign Update Custom Field Field Group", "type": "http" }, "http": { "method": "PUT", "url": "https://{yourAccountName}.api-us1.com/api/3/groupMembers/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Field group ID (see notes)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "ActiveCampaign Update Custom Field Field Group" }, { "info": { "name": "ActiveCampaign List All Groups", "type": "http" }, "http": { "method": "GET", "url": "https://{yourAccountName}.api-us1.com/api/3/groups" }, "docs": "ActiveCampaign List All Groups" }, { "info": { "name": "ActiveCampaign Create a Group", "type": "http" }, "http": { "method": "POST", "url": "https://{yourAccountName}.api-us1.com/api/3/groups", "body": { "type": "json", "data": "{}" } }, "docs": "ActiveCampaign Create a Group" }, { "info": { "name": "ActiveCampaign Retrieve a Group", "type": "http" }, "http": { "method": "GET", "url": "https://{yourAccountName}.api-us1.com/api/3/groups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the group to retrieve" } ] }, "docs": "ActiveCampaign Retrieve a Group" }, { "info": { "name": "ActiveCampaign Update a Group", "type": "http" }, "http": { "method": "PUT", "url": "https://{yourAccountName}.api-us1.com/api/3/groups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the group to update" } ], "body": { "type": "json", "data": "{}" } }, "docs": "ActiveCampaign Update a Group" }, { "info": { "name": "ActiveCampaign Delete a Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://{yourAccountName}.api-us1.com/api/3/groups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the group to be deleted" } ] }, "docs": "ActiveCampaign Delete a Group" }, { "info": { "name": "ActiveCampaign List All Group Limits", "type": "http" }, "http": { "method": "GET", "url": "https://{yourAccountName}.api-us1.com/api/3/groupLimits" }, "docs": "ActiveCampaign List All Group Limits" } ] } ], "bundled": true }