Skip to main content
Organization webhook endpoints, signed event delivery, recorded attempts, replay, and one-time secret rotation.
The sidebar labels inside this family are the literal calls you make over HTTP. Descriptions stay in the body so the navigation stays sharp and scannable.

Operations in this family

GET /v1/webhook_endpoints

List webhook endpoints for the current organization

POST /v1/webhook_endpoints

Create a signed webhook endpoint for Delivery events

PATCH /v1/webhook_endpoints/{webhook_id}

Update a webhook endpoint URL, description, subscribed event types, or active status

DELETE /v1/webhook_endpoints/{webhook_id}

Delete a webhook endpoint while preserving delivery audit history

GET /v1/webhook_endpoints/{webhook_id}/deliveries

List canonical delivery attempts for a webhook endpoint

POST /v1/webhook_endpoints/{webhook_id}/deliveries/{delivery_id}/replay

Replay a stored webhook delivery attempt by re-emitting its source event to the endpoint

POST /v1/webhook_endpoints/{webhook_id}/disable

Disable a webhook endpoint without deleting delivery history

POST /v1/webhook_endpoints/{webhook_id}/enable

Enable a webhook endpoint

POST /v1/webhook_endpoints/{webhook_id}/rotate_secret

Rotate the signing secret for a webhook endpoint

POST /v1/webhook_endpoints/{webhook_id}/test

Send a signed webhook.test event to a webhook endpoint