Skip to main content

Webhooks API

Configure webhook endpoints to receive real-time notifications when events occur in your workspace.

Endpoints

MethodEndpointDescription
GET/webhooksList all webhook endpoints
GET/webhooks/:idGet webhook details
POST/webhooksCreate a webhook endpoint
PATCH/webhooks/:idUpdate a webhook endpoint
DELETE/webhooks/:idDelete a webhook endpoint

Webhook Events

See the Webhooks Overview for a complete list of events and payload formats.

info

Detailed request/response schemas will be added based on the API implementation.