cURL
curl --request GET \ --url https://api.wavix.com/v1/profile/config \ --header 'Authorization: Bearer <token>'
{ "balance": "309.06", "global_limits": { "max_call_duration": 3600, "max_sip_channels": 8, "max_call_rate": "99.0" } }
Use this method to retrieve account balance and configuration details. The response includes available funds and account limits, such as maximum call length, maximum call price, and the number of concurrent calls allowed.
Bearer token using appid (Authorization: Bearer )
Request successful.
Funds available on the account balance, in USD
"100"
Show child attributes
Was this page helpful?
Contact support