ActiveCampaign API v3
Number of APIs: 160
-
Accounts - Account GET {{yourAccountUrl}}/api/3/accounts/:id
-
Accounts - Create Account POST {{yourAccountUrl}}/api/3/accounts
-
Accounts - Accounts list GET {{yourAccountUrl}}/api/3/accounts
-
Accounts - Account DELETE {{yourAccountUrl}}/api/3/accounts/:id
-
Accounts - Accounts (bulk) DELETE {{yourAccountUrl}}/api/3/accounts/bulk_delete?ids[]=123&ids[]=456&ids[]=789
-
Accounts - Update Account PUT {{yourAccountUrl}}/api/3/accounts/:id
-
Accounts - Create Account Note POST {{yourAccountUrl}}/api/3/:id/notes
-
Accounts - Update Account Note PUT {{yourAccountUrl}}/api/3/accounts/:id/notes/:noteId
-
Contacts-Custom Fields and Values-Field Values - Update Custom Field Value For Contact POST {{yourAccountUrl}}/api/3/fieldValues
-
Contacts-Custom Fields and Values-Field Values - List All Custom Field Values GET {{yourAccountUrl}}/api/3/fieldValues?limit=100