Webhooks
List Webhooks
Retrieve a list of all webhook subscriptions.
GET
Retrieve your API Key from your VozAgent Dashboard.
Response
Returns an array of webhook subscription objects.Unique webhook identifier.
Endpoint URL to receive events.
Events this webhook is subscribed to.
Whether the webhook is active.
Signing secret (masked).
Available Events
| Event | Description |
|---|---|
contact.created | Fired when a new contact is created. |
contact.updated | Fired when a contact is updated. |
call.started | Fired when a call begins. |
call.completed | Fired when a call ends. |

