---
title: "Get Business Balance"
method: GET
path: "/management/business/balance"
tags: ["management"]
---

# Get Business Balance

`GET /management/business/balance`

Get organization-level prepaid balances and seat counters.

## Query parameters

- `id` string, required — Organization ID (UUID)

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- BusinessBalanceResponse — Response model for GET/POST /management/business/balance.
  - `organization_id` string, required
  - `seats` BusinessSeatsInfo, required — Seat counters for the organization.
    - `purchased` integer, required
    - `assigned` integer, required
    - `available` integer, required
  - `group_balances` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kodacode/apis/xcode-proxy-gateway.md) · [All operations](https://skmtc.dev/kodacode/apis/xcode-proxy-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kodacode/xcode-proxy-gateway/revisions/7863886629fd/schema)
