Rotate Webhook Subscription Secret

Rotate the secret for a webhook subscription

Required OAuth 2.0 scopes: application/webhooks:read, application/webhooks:write

Path parameters

subscription_idstringRequired>=1 character<=100 characters
The unique identifier of the subscription.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful Response
secretstring
The new secret used to verify the payload of a webhook.

Errors