Skip to main content

Reference Endpoints

Read the webhook event catalog, delivery payload format, HMAC signature scheme, and retry policy programmatically via four read-only reference endpoints.

The webhook reference endpoints expose the event catalog, delivery format, signature scheme, and retry policy as live read-only JSON, so an integration can discover them at runtime instead of hard-coding them. Each returns the same reference information described in the sections above.

GET/v1/webhooks/events
GET/v1/webhooks/delivery
GET/v1/webhooks/signatures
GET/v1/webhooks/retries

Discover the event catalog