Skip to main content
GET
/
profile
/
config
Get account settings
curl --request GET \
  --url 'https://api.wavix.com/v1/profile/config?appid='
{
  "balance": "309.06",
  "global_limits": {
    "max_call_duration": 3600,
    "max_sip_channels": 8,
    "max_call_rate": "99.0"
  }
}

Authorizations

appid
string
query
required

An API key to authorize your request

Response

200 - application/json
balance
string
required

Funds available on the account balance, in USD

Example:

"100"

global_limits
GlobalLimits · object
required