Webhooks

Update a webhook endpoint

PATCH/webhook-endpoints/{webhook_endpoint_id}

Update a webhook endpoint by its ID.

Path Parameters

webhook_endpoint_id

stringRequired

Unique identifier for the webhook endpoint.

Body Parameters

description

stringOptional

A description for this webhook endpoint.

enabled_events

array of stringsOptional

A list of events and event types which will be sent to this webhook's URL.

is_disabled

booleanOptional

Set to true to disable this webhook endpoint from receiving events.

url

stringOptional

The HTTPS URL that webhooks will be delivered to.