Skip to main content
POST
Issue a new signing secret for a webhook subscription. The previous secret is invalidated immediately, so any deliveries signed after rotation use the new secret. Use this if a secret may have been exposed, or if you lost the original.
The new secret is returned only in this response. It is shown once and never again. Store it securely before you finish handling the response. The old secret stops working as soon as rotation completes, so update your endpoint to verify with the new secret. See Verifying webhook signatures.

Path parameters

Response

Returns 200 OK with the subscription, including the new secret.

Errors