Rotate the signing secret
Webhook Subscriptions
Rotate the signing secret
Generates a new signing secret for a subscription while keeping the previous secret valid for a 72-hour grace window, so in-flight receivers don’t break. During that window Verbex signs each delivery with both secrets (two v1= values in X-Webhook-Signature). The new secret is returned once in this response - store it immediately.
POST
Rotate the signing secret
Authorizations
API key passed as a Bearer token in the Authorization header: Authorization: Bearer <YOUR_API_KEY>.
Path Parameters
The subscription ID whose secret to rotate.
Response
OK. Returns only the two rotation fields.
Returns only the two rotation fields - not the full subscription object.

