Profile
Retrieve account settings
Returns the balance and global limits configured for the authenticated account.
get/v1/profile/config
Response
Returns the account settings.
Example response
{
"balance": "309.06",
"global_limits": {
"max_call_duration": 3600,
"max_sip_channels": 8,
"max_call_rate": "99.0"
}
}