Update a webhook

Update an existing webhook subscription with a new endpoint destination.

If the auth attribute is undefined or null, the subscription will not use any authorization data when sending requests to the subscription's endpoint.

The following delivery mode types are supported:

Delivery ModeDescription
SendAndForgetThe webhook request will not wait for a response to consider the request successful. It will not be retried if it fails.
WaitForAckThe webhook request waits for a 200 response to consider the request successful and if not, it will retry the request every 15 minutes for one hour.
Path Params
uuid
required

ID of the webhook

Body Params
uri
required

Http endpoint

auth
object

Basic authentication config

string
enum

Delivery mode type

Allowed:
Responses

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