Skip to main content
POST
Rotate webhook secret

Path Parameters

webhook_id
string
required

Webhook UUID

Response

New secret generated

Response for POST /v1/webhook/{id}/rotate-secret

secret
string
required

The new HMAC secret (only returned once — store it securely)

rotated_at
integer<int64>
required

Timestamp of rotation (ms since epoch)

Last modified on July 13, 2026