Skip to main content
PATCH

Path Parameters

endpoint_id
integer
Webhook endpoint ID

Request Body

All fields are optional — only include fields you want to change.
url
string
New HTTPS URL
event_types
array
New list of event types
is_active
boolean
Enable/disable the endpoint
description
string
Updated description
max_retries
integer
Updated retry count (0–5)
timeout_ms
integer
Updated timeout

Response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

endpoint_id
integer
required

Body

application/json
url
string | null
event_types
string[] | null
is_active
boolean | null
description
string | null
max_retries
integer | null
timeout_ms
integer | null

Response

Successful Response