Skip to main content
Manage webhook subscriptions for receiving event notifications. These endpoints allow you to create, list, retrieve, update, and delete webhooks, view available event types, test webhook delivery, and resume paused webhooks.
  • Webhook — field reference for webhook subscription objects

Endpoints

MethodEndpointDescription
GET/api/v2/webhooksList webhooks
POST/api/v2/webhooksCreate webhook
GET/api/v2/webhooks/{id}Get webhook
PATCH/api/v2/webhooks/{id}Patch webhook
DELETE/api/v2/webhooks/{id}Delete webhook
GET/api/v2/webhooks/event-typesList available event types
POST/api/v2/webhooks/{id}/testTest a webhook
POST/api/v2/webhooks/{id}/resumeResume a webhook