Webhook Subscriptions
Please review the Webhooks documentation for more details.
The following API can be used to manage your Webhook subscriptions.
List Webhook subscriptions.
GET /webhook/
The response contains the subscriptions for your organization.
Create new Webhook subscription.
POST /webhook/
The subscription event object_type
and action
values are the same as in the event log.
You can also use Webhook Filters while creating your subscription so that an event only fires to a Webhook when certain conditions are met.
Retrieve a single Webhook subscription.
GET /webhook/{id}/
The response contains the subscription details.
Update existing Webhook subscription.
PUT /webhook/{id}/
status
active
- subscription is activepaused
- subscription is paused
Delete Webhook subscription.
DELETE /webhook/{id}/