Skip to main content

Webhooks API

Manage webhook subscriptions for platform events.

Endpoints

MethodEndpointDescription
GET/api/v1/webhooksList all webhooks
GET/api/v1/webhooks/{id}Get webhook by ID
POST/api/v1/webhooksCreate a webhook
PUT/api/v1/webhooks/{id}Update a webhook
DELETE/api/v1/webhooks/{id}Delete a webhook
POST/api/v1/webhooks/{id}/testTest a webhook