Update Webhook

Updates an existing webhook's configuration using the provided parameters. This operation allows changes to the webhook's URL, activation status, description, event subscriptions, and authentication method (JWT, custom headers, or token endpoint). Event subscriptions can be modified by providing a new 'events' array, which completely replaces the existing subscriptions. Authentication details must match the selected method's required structure.

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

The unique identifier of the webhook to update.

Body Params
string

Description of the webhook.

uri
required

The URL to send the webhook notifications to.

boolean
required
events
array of strings
length ≥ 1

Array of event types to subscribe to. Replaces existing event subscriptions.

authentication

Authentication configuration for the webhook.

Responses

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