Enable or disable a webhook endpoint
Toggles the active flag on a single endpoint. A disabled endpoint
stops receiving deliveries immediately — in-flight retry attempts for
events already dispatched complete normally, but no new events are
routed to it. Re-enable by setting active: true.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
agent_id
endpoint_id
Endpoint ID (whep_ prefix)
Request
This endpoint expects an object.
active
true to enable deliveries, false to pause them
Response
Endpoint updated
id
status
Errors
400
Update Webhook Endpoint Request Bad Request Error
401
Update Webhook Endpoint Request Unauthorized Error
404
Update Webhook Endpoint Request Not Found Error