Skip to main content

Webhooks

Signed webhook endpoint, delivery history, replay, and secret rotation workflows.
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 artifact and stream events

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}/rotate_secret

Rotate the signing secret for a webhook endpoint