v1

latestOpenAPI 3.0.02026-07-24103118224.7 KB
Webhooks

Get webhook signing secret

Returns the Svix signing secret for this endpoint. Use it to verify svix-signature on incoming webhooks. Also returned once when the webhook is created.

get/api/webhook/{webhookId}/secret

Path parameters

webhookIdstring required

Response

webhookIdstring required

Unique identifier of the webhook

secretstring required

Signing secret for webhook verification (Svix). Store securely; used with svix-id, svix-timestamp, and svix-signature headers.

Example response

{
  "webhookId": "webhook_1234567890abcdef",
  "secret": "whsec_abcdef1234567890abcdef1234567890abcdef"
}