ToggleWebhookSignatureKeyActivation
Set the activation state of the organization's current webhook signature key. Will return a not found error if one doesn't yet exist.
PATCH
/
api
/v1
/webhooks
/signature-key
Request Body
application/json
RequiredThe request for a call to WebhookService_ToggleWebhookSignatureKeyActivation
to enable or disable the current
webhook signature key. Set enable
to true
to activate the signature key, and false
to deactivate.
enable
Requiredboolean
A successful response.