Update a webhook endpoint
Partial update. Setting status to DISABLED is reserved for the platform.
Authentication: Supports API key and bearer token authentication.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
endpoint_id
Headers
X-Organization-ID
Request
This endpoint expects an object.
url
event_types
When provided, must contain at least one event type.
description
headers
status
Only ACTIVE or PAUSED accepted. DISABLED is set by the platform.
Response
Successful Response
id
organization_id
url
description
event_types
headers
status
Endpoint lifecycle state.
DISABLED is reserved for automatic disable by the auto-disable job;
PAUSED is explicitly paused and indicates intent to resume.
disabled_reason
created_at
updated_at
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error

