ToggleWebhookSignatureKeyActivation
Generate a new webhook signature key and replace the previous one. The activation state of the new key will match the activation state of the previous.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
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.
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.