> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apia1.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GET Balance v2

> Баланс организации и доступный лимит

# GET Balance v2

**GET `/v2/balance`**

Баланс организации и доступный лимит.

## Авторизация

```http theme={null}
Authorization: Bearer <A1_API_KEY>
```

## Параметры

Параметры не требуются. Ответ — баланс организации и доступный лимит.

## Пример

```bash theme={null}
curl -X GET "https://apia1.com/api/v2/balance" -H "Authorization: Bearer <A1_API_KEY>"
```

## Ошибки

`400` — неверный запрос; `401` — auth; `403` — права; `404` — объект не найден; `429` — лимит; `5xx` — временная ошибка сервиса/provider.
