Webhooks
Create, list, update, delete webhooks and manage webhook logs.
Create a webhook for the application
Create a webhook for the application
List webhooks for the application
List webhooks for the application
Retrieve a webhook
Retrieve a webhook
Update a webhook
Update a webhook
Delete a webhook
Delete a webhook
Get webhook delivery performance
Returns average delivery latency, unresolved failure count, and current health for one webhook. The API key determines the application and webhooks owned by another application are reported as not found.
Regenerate the webhook signing secret
Regenerate the webhook signing secret
List webhook logs
List webhook logs
Retry a webhook log
Retry a webhook log
Retry multiple webhook logs
Retry multiple webhook logs
Get webhook event configuration for a channel
Returns the subscribed event types and enabled state for a webhook on a specific application channel. Returns an empty events list if no configuration exists. This is the standard API-key route for a pending or completed Sandbox application channel. The webhook and channel must belong to the exact application authenticated by the API key.
Configure webhook events for a channel
Sets which event types a webhook receives for a specific application channel. Sending an empty events array removes the configuration (unsubscribes the webhook from that channel). This is the standard API-key route for a pending or completed Sandbox application channel. The webhook and channel must belong to the exact application authenticated by the API key.