Skip to main content
POST
Update Webhook
Modify an existing webhook endpoint’s configuration.

Path Parameters

string
required
The unique ID of the webhook.

Body Parameters

string
(Optional) The new URL.
array
(Optional) Updated list of event types.
boolean
(Optional) Set to false to deactivate.

Sample Request

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The unique ID of the webhook.

Body

application/json
url
string
topics
string[]
active
boolean

Response

200

Webhook updated successfully