---
title: "Retrieve account settings"
method: GET
path: "/v1/profile/config"
tags: ["Profile"]
---

# Retrieve account settings

`GET /v1/profile/config`

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

## Response `200`

Returns the account settings.

- object
  - `balance` string, required — Funds available on the account balance, in USD
  - `global_limits` AccountLimits, required
    - `max_call_duration` integer, required — Maximum outbound call duration, in seconds
    - `max_sip_channels` integer, required — Maximum number of concurrent outbound calls.
    - `max_call_rate` string, required — Maximum outbound call rate, in cents

## Other responses

- `403` — Request failed. The feature is disabled for your account.

---

[API](https://skmtc.net/wavix/apis/wavix-apis.md) · [All operations](https://skmtc.net/wavix/apis/wavix-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wavix/wavix-apis/versions/b22f170488b6/schema)
