Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json · object
The request for a call to WebhookService_RotateWebhookSignatureKey replace the current webhook signature key
with a new one. The activation state of the new signature key will be inherited from the previous key. If no key
exists then this will return an error - see WebhookService_CreateWebhookSignatureKey.
Response
A successful response.
The response for a call to WebhookService_RotateWebhookSignatureKey. The active field indicates whether
or not whether the key is currently active.