Webhooks
Rotate webhook signing secret
Rotate the webhook signing secret. Both old and new secrets are valid during rotation.
post/webhooks/endpoints/{id}/rotate
Path parameters
idstring uuid required
Response
Secret rotated. The new secret is returned once — store it securely.
Example response
{
"meta": {
"request_id": "req_a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"timestamp": "2026-04-10T12:00:00.000Z"
}
}