Update an existing webhook endpoint

Update the configuration of an existing webhook endpoint. A webhook that has been disabled due to consecutive delivery failures can be reactivated by setting its status to 'active'.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

ID for the webhook

Body Params
eventTypes
array of objects | null

Event types to subscribe to. Send null to subscribe to all event types. Send an array to subscribe to specific types. Omit to leave unchanged.

eventTypes
filterPaths
array of objects | null

Resource field paths to filter events by. When specified, webhook events will only be sent when one of these fields changes. Send null for no filtering. Send an array to filter by specific fields. Omit to leave unchanged.

filterPaths
string | null
enum

Webhook status. Only 'active' and 'paused' values are allowed. Omit to leave unchanged.

Allowed:
string | null

The URL to which webhook events will be delivered. Omit to leave unchanged.

Responses

400

Invalid body

404

webhookEndpointId not found

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json