Logo
ActiveCampaign Developer Relations API Documentation

ActiveCampaign API v3

Number of APIs: 160


1. Accounts - Account

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



2. Accounts - Create Account

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



3. Accounts - Accounts list

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



4. Accounts - Account

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



5. Accounts - Accounts (bulk)

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



6. Accounts - Update Account

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



7. Accounts - Create Account Note

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



8. Accounts - Update Account Note

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



9. Contacts-Custom Fields and Values-Field Values - Update Custom Field Value For Contact

POST {{yourAccountUrl}}/api/3/fieldValues



10. Contacts-Custom Fields and Values-Field Values - List All Custom Field Values

GET {{yourAccountUrl}}/api/3/fieldValues?limit=100



ENDPOINTS