Logo
ActiveCampaign Developer Relations API Documentation

Accounts

Number of APIs: 8


1. Account

GET {{yourAccountUrl}}/api/3/accounts/:id



2. Create Account

POST {{yourAccountUrl}}/api/3/accounts



3. Accounts list

GET {{yourAccountUrl}}/api/3/accounts



4. Account

DELETE {{yourAccountUrl}}/api/3/accounts/:id



5. Accounts (bulk)

DELETE {{yourAccountUrl}}/api/3/accounts/bulk_delete?ids[]=123&ids[]=456&ids[]=789



6. Update Account

PUT {{yourAccountUrl}}/api/3/accounts/:id



7. Create Account Note

POST {{yourAccountUrl}}/api/3/:id/notes



8. Update Account Note

PUT {{yourAccountUrl}}/api/3/accounts/:id/notes/:noteId



ENDPOINTS