Update a webhook endpoint
Updates the configuration of an existing webhook endpoint. Only provided fields are changed.
Authorizations
Path Parameters
Body
URL where webhook payloads will be delivered. Must be HTTPS; a URL that resolves to a private or reserved address is rejected.
2048"https://api.example.com/webhooks/conduit"
Human-readable description of this endpoint's purpose
255"Production webhook receiver"
Set to false to pause deliveries without deleting the endpoint
true
Event subscription configuration
- Option 1
- Option 2
{ "mode": "SELECTED" }Response
Unique webhook endpoint identifier
^wep_[0-9A-Za-z]{22}$URL where webhook payloads are delivered
"https://api.example.com/webhooks/conduit"
Human-readable description of this endpoint's purpose
"Production webhook receiver"
Whether this endpoint is currently receiving new deliveries. When false, the endpoint is excluded from event fan-out — no new deliveries are enqueued. In-flight (already-enqueued) deliveries are not cancelled and continue retrying per the normal schedule. Flip back to true via PATCH to resume receiving new deliveries.
true
Event subscription configuration for this endpoint
- Option 1
- Option 2
ISO 8601 timestamp
"2026-01-15T09:30:00.000Z"
ISO 8601 timestamp
"2026-01-15T09:30:00.000Z"