API Reference · Webhook Endpoints
Update a webhook endpoint
Updates url, enabled events, description, or active state.
PATCH
/v1/webhook-endpoints/:idSend any subset of fields. To rotate the signing secret, delete and recreate the endpoint.
Returnswebhook_endpoint object
Path parameters
idstringRequiredWebhook endpoint id (`we_…`).
Body parameters
urlstringNew HTTPS URL.
enabled_eventsarrayReplaces the subscribed event list.
descriptionstringNew dashboard label.
is_activebooleanPause or resume deliveries.
Errors
404
resource_missingNo endpoint exists with that id.