Logo
ActiveCampaign Developer Relations API Documentation

Webhooks

Number of APIs: 6


1. Create a Webhook

POST {{yourAccountUrl}}/api/3/webhooks



2. Update a Webhook

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



3. Retrieve a Webhook

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



4. Retrieve All Webhooks

GET {{yourAccountUrl}}/api/3/webhooks



5. Retrieve All Webhook Events

GET {{yourAccountUrl}}/api/3/webhook/events



6. Delete a Webhook

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



ENDPOINTS