Webhook Endpoints
- Written for
- + Written for
- Deprecated
- + Deprecated
- Applies to
- + Applies to
Webhook Endpoints
Backend API — secret key (Authorization: Bearer sk_…).
7 routes. Each row is one endpoint with its explanation, required scope, and whether it honours the Idempotency-Key header.
Method & path | Scope | Idem | Explanation |
|---|---|---|---|
|
| Register a webhook endpoint. The secret is revealed once. | |
|
| List webhook endpoints. Never re-reveals secrets. | |
|
| Delivery log for an endpoint. | |
|
| Rotate the endpoint signing secret. The new secret is revealed exactly once; deliveries signed with the old one are rejected immediately. | |
|
| Manually redeliver a past event as a fresh attempt. 409 if the event has passed its 90-day retention. | |
|
| Send a synthetic webhook.test event to this endpoint only. Records a real delivery; never fanned out to other endpoints. | |
|
| Disable a webhook endpoint. |