Reference Endpoints
Read the webhook event catalog, delivery payload format, signature scheme, and retry policy programmatically.
The webhook event catalog, delivery format, signature scheme, and retry policy are all available as live read-only endpoints, so an integration can discover them at runtime instead of hard-coding them. Each returns the same reference information described in the sections above, as JSON.
GET
/v1/webhooks/eventsGET
/v1/webhooks/deliveryGET
/v1/webhooks/signaturesGET
/v1/webhooks/retries