Update a Webhook Endpoint

Updates a webhook endpoint by ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
^we_(.*)$

The ID of the Webhook Endpoint to update.

Body Params
trigger_events
array of strings

The events that will trigger the webhook endpoint.
Refer to Events Types to see the list of available values.

trigger_events
account_ids
array of strings

Restrict the webhook to specific accounts. Leave empty or omit the field to listen to events from every account in the application.

account_ids
uri
length ≤ 255
^https?://

The HTTP or HTTPS URL to send the webhook payload to.

string
length ≤ 255

A description of the webhook endpoint.

boolean

Whether the webhook endpoint is enabled.

Response

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