Skip to main content
GET
/
v1
/
profile
/
config
Retrieve account settings
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"
  }
}

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Response

Account settings.

balance
string
required

Funds available on the account balance, in USD

Example:

"100"

global_limits
AccountLimits · object
required