API Reference · Webhook Endpoints

Update a webhook endpoint

Updates url, enabled events, description, or active state.

PATCH/v1/webhook-endpoints/:id

Send any subset of fields. To rotate the signing secret, delete and recreate the endpoint.

Path parameters

idstringRequired

Webhook endpoint id (`we_…`).

Body parameters

urlstring

New HTTPS URL.

enabled_eventsarray

Replaces the subscribed event list.

descriptionstring

New dashboard label.

is_activeboolean

Pause or resume deliveries.

Errors

404
resource_missing

No endpoint exists with that id.