Update a webhook destination by ID

Partially update an existing webhook destination by specifying only the field(s) you intend to modify.

Set eventTypes to null to reset the destination to receive all event types (wildcard).

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

Webhook destination ID

Body Params

Webhook destination information.

uri
length ≤ 2048

HTTPS URL that will receive webhook events.

string | null

Human-readable label. Set to null to clear.

eventTypes
array of objects | null

List of event types to subscribe to. Set to null to reset to all event types (wildcard).

boolean

Whether the destination is enabled.

Responses

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