Update Webhook
Webhook Management
Update Webhook
Modify an existing webhook endpoint’s configuration.
POST
Update Webhook
Modify an existing webhook endpoint’s configuration.
Path Parameters
The unique ID of the webhook.
Body Parameters
(Optional) The new URL.
(Optional) Updated list of event types.
(Optional) Set to
false to deactivate.Sample Request
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The unique ID of the webhook.
Response
200
Webhook updated successfully

