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.
api
/v1
/webhooks
/signature-key
Request Body
application/json
RequiredThe 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
.
body
Requiredobject
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
.
A successful response.