---
title: "Get balance"
method: GET
path: "/v1/balance"
tags: ["Balance"]
---

# Get balance

`GET /v1/balance`

Get balance for the API key's team. If the API key belongs to a sub-account, also includes the sub-account's total spending and credit limit.

## Response `200`

Balance details.

- BalanceResponse
  - `balance` integer, required — Team balance in cents. All charges are billed to the parent team.
  - `currency` string, required
  - `creditLimit` integer, nullable — Spending cap in cents (only for sub-accounts).
  - `totalSpent` integer, nullable — Total amount spent by this sub-account in cents (only for sub-accounts).
  - `isSubAccount` boolean — Whether this API key belongs to a sub-account.

## Other responses

- `401` — Unauthorized.

---

[API](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api.md) · [All operations](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zavudev/zavu-unified-messaging-layer-api/revisions/5a69a1777f6f/schema)
