v1
latestOpenAPI 3.0.02026-07-24103118224.7 KBWebhooks
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
Example response
{
"webhookId": "webhook_1234567890abcdef",
"secret": "whsec_abcdef1234567890abcdef1234567890abcdef"
}