webhooks
Register a webhook endpoint
Registers a URL to receive webhook events. The HMAC signing secret is returned only in the creation response — store it securely. Payloads are signed with HMAC-SHA256 and delivered in the X-Webhook-Signature header.
post/webhooks
Headers
Idempotency-Keystring
Idempotency key for safe retries (required for POST/PUT)
Request body
Response
Webhook endpoint created (includes secret)
Changes
Changed in 1 of the 7 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○