v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
Profile

Retrieve account settings

Returns the balance and global limits configured for the authenticated account.

get/v1/profile/config

Response

Returns the account settings.

balancestring required

Funds available on the account balance, in USD

Example response

{
  "balance": "309.06",
  "global_limits": {
    "max_call_duration": 3600,
    "max_sip_channels": 8,
    "max_call_rate": "99.0"
  }
}