Rotate a webhook signing secret
Generates a new HMAC signing secret for the subscription and immediately invalidates the previous one. Signatures computed with the old secret stop verifying as soon as this returns. The new plaintext secret is returned ONCE in the response and is never retrievable again. Requires a Nevermined API key. Requires organization admin privileges. Requires the organization to be on the Premium tier or higher.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization ID
"org-abc123"
Webhook subscription ID
"whs-9c2f1a7e"
Response
New plaintext secret returned once; the old secret is immediately invalidated
Related topics
List webhook subscriptionsGet a webhook subscriptionCreate a webhook subscriptionUpdate a webhook subscriptionRotate a WebSocket secret