Update Webhook Endpoint

Update an existing webhook endpoint's configuration.

PATCH/webhooks/endpoints/{endpoint_id}

Update a webhook endpoint.

No parameters for this endpoint.


Path Parameters

ParameterTypeDescription
endpoint_idintegerWebhook endpoint ID

Request Body

All fields are optional — only include fields you want to change.

FieldTypeDescription
urlstringNew HTTPS URL
event_typesstring[]New list of event types
is_activebooleanEnable/disable the endpoint
descriptionstringUpdated description
max_retriesintegerUpdated retry count (0–5)
timeout_msintegerUpdated timeout

Response

{
  "status": "success",
  "endpoint_id": 1
}

On this page