Webhooks
Update Webhook
Update an existing webhook subscription.
PATCH
Retrieve your API Key from your VozAgent Dashboard.
Path parameters
string
required
The unique identifier of the webhook to update.
Body parameters
All fields are optional. Only include the fields you want to change.string
Update the webhook display name.
string
Update the HTTPS endpoint URL to receive webhook events.
string[]
Replace the list of event types to subscribe to.
boolean
Enable or disable the webhook. Set to
false to pause event delivery without deleting the webhook.Available Events
Response
Returns the updated webhook object. Status code:200.

