Error
Webhooks
Create webhook
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
Error
Authorizations
API key authentication. Format: Bearer {key_id}:{secret}
Headers
Idempotency key for safe retries (required for POST/PUT)