Update Webhook

Update the specified webhook. The webhook must belong to the authenticated user's company, otherwise a 404 error will be returned. Only the fields provided in the request body will be updated.

Path Params
string
required

The webhook to update. The webhook must belong to the authenticated user's company, otherwise a 404 error will be returned.

Body Params
string | null

A descriptive name for the webhook. This is optional and helps identify the webhook in the dashboard.

uri
length ≤ 2048

The URL where webhook payloads will be delivered. Must be a valid HTTPS URL.

boolean

Whether the webhook should be active.

events
array of strings
length ≥ 1

An array of event types to subscribe to. Each event type must be a valid webhook event. Use the /webhooks/events endpoint to get a list of available events.

events
Responses

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