Webhooks
Create Webhook
Create a new webhook subscription.
POST
Retrieve your API Key from your VozAgent Dashboard.
Body parameters
string
required
A display name for the webhook subscription.
string
required
The HTTPS endpoint URL to receive webhook events.
string[]
required
Array of event types to subscribe to.
Available Events
Response
Returns the created webhook with its signing secret. Store the secret securely — it won’t be shown again. Status code:201.

