Webhooks
Update a webhook endpoint
PATCH/webhook-endpoints/{webhook_endpoint_id}
Update a webhook endpoint by its ID.
Path Parameters
webhook_endpoint_id
stringRequiredUnique identifier for the webhook endpoint.
Body Parameters
description
stringOptionalA description for this webhook endpoint.
enabled_events
array of stringsOptionalA list of events and event types which will be sent to this webhook's URL.
is_disabled
booleanOptionalSet to true to disable this webhook endpoint from receiving events.
url
stringOptionalThe HTTPS URL that webhooks will be delivered to.