cURL
curl --request GET \ --url https://api.wavix.com/v1/calls/webhooks \ --header 'Authorization: Bearer <token>'
[ { "event_type": "post-call", "url": "https://you-site.com/voice/post-call/webhook" }, { "event_type": "on-call", "url": "https://you-site.com/voice/on-call/webhook" } ]
Returns a list of configured call webhooks. Wavix sends POST callbacks for on-call and post-call events.
on-call
post-call
Bearer token using appid (Authorization: Bearer )
List of call webhooks.
Call event type.
"post-call"
Webhook URL
"https://your-site.com/webhook"
Was this page helpful?
Contact support