v3

latestOpenAPI 3.1.0Proprietary2026-07-31692196.8 KB
Webhooks

Update webhook endpoint

Update an existing webhook endpoint. All fields are optional. Changing the URL resets the failure counter. Re-enabling an endpoint clears the disabled reason and resets the failure counter.

patch/webhooks/endpoints/{id}

Path parameters

idstring required

Webhook endpoint ID

Example:whe_abc123def456

Webhook endpoint ID

Request body

namestring

Endpoint name (1-50 chars)

urlstring uri

Webhook endpoint URL (HTTPS only)

subscribedEventsstring[]

Events to subscribe to

activeboolean

Enable or disable the endpoint

Response

Endpoint updated