Webhooks
Add outbound webhook signing secret
Adds another active signing secret. Requests are signed once per active secret in the same signature header.
post/webhooks/{id}/secrets
Path parameters
idstring required
Response
Secret added
Example response
{
"webhook": {
"id": "webhook_abc123",
"name": "Production webhook",
"url": "https://example.com/sequenzy/webhooks",
"signingSecret": "whsec_...",
"signingSecrets": [
{
"id": "sec_abc123",
"prefix": "whsec_abcd12"
}
]
}
}