Rotate a webhook's signing secret
Mint a fresh signing secret for the webhook, superseding the previous one — the next delivery signs with it. The new secret is returned once in this response and never again, so the caller must store it now. A webhook that does not exist or belongs to another organization is reported as not found.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization ID of the user's organization
The webhook ID
Response
OK
The response to a secret rotation: the freshly minted signing secret. Returned once, here only — the next delivery signs with it, and it is never retrievable again, so the caller must store it now.
