Call webhooks
List call webhooks
Returns the configured call webhooks for the authenticated account. Wavix sends POST callbacks for on-call and post-call events.
get/v1/calls/webhooks
Response
Returns the list of call webhooks.
Example response
[
{
"event_type": "post-call",
"url": "https://your-site.com/webhook"
}
]