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.
Language
Authorization
OAuth2
URL
Click Try It! to start a request and see the response here!