Webhooks
Rotate Webhook Signing Secret
Rotate a webhook signing secret with an automatic 24-hour overlap.
Authorization
api_key X-API-Key<token>
Sign up at Kausate.com to get an API key
In: header
Path Parameters
webhookId*string
Header Parameters
Kausate-Version?string
Default
"2026-05-01"Format
dateResponse Body
application/json
application/json
curl -X POST "https://api.staging.kausate.com/v2/webhooks/string/secret/rotate" \ -H "Kausate-Version: 2026-05-01"{
"signingSecret": "string",
"previousSecretExpiresAt": "2019-08-24T14:15:22Z"
}Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Last updated on