Skip to main content
PATCH
Update a webhook endpoint

Path Parameters

webhook_endpoint_id
string
required

ID of the webhook endpoint

Body

application/json
url
string<uri> | null

The URL of the webhook endpoint.

Required string length: 1 - 2083
active
boolean | null

Whether the webhook endpoint is enabled.

Response

Successful Response

url
string<uri>
required

The URL of the webhook endpoint.

Required string length: 1 - 2083
id
string
required

Unique identifier for the object.

active
boolean
required

Whether the webhook endpoint is enabled.

Last modified on June 19, 2026