List call webhooks
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
List call webhooks
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Response
Returns the list of call webhooks.
Type of call event the webhook subscribes to. One of post-call (delivered once after the call ends) or on-call (delivered for in-call events while the call is active).
Available options:
post-call, on-call Example:
"post-call"
Webhook URL
Example:
"https://your-site.com/webhook"