---
title: "Get balance configuration"
method: GET
path: "/v1/balances-config/{configId}"
tags: ["Balance configurations"]
---

# Get balance configuration

`GET /v1/balances-config/{configId}`

Get a balance configuration by its ID.

## Path parameters

- `configId` string, required

## Headers

- `x-tenant` string
- `x-cid` string

## Response `200`

OK

- BalancesConfig
  - `level` Level — Hierarchy level information
    - `id` string, uuid, required — Level ID generated by the [Create hierarchy](https://developers.pismo.io/pismo-docs/reference/post-hierarchies) endpoint.
    - `index` integer, required — Hierarchy level index
    - `name` string, required — Hierarchy level name
    - `description` string, required — Hierarchy level description
  - `program_id` integer — Program ID
  - `account_id` string, number — Account ID
  - `config_id` string — Balance configuration ID
  - `global_configs` GlobalConfig — Global configuration settings that always apply regardless of the filter.
    - `impact_parent_accounts` boolean — Indicates that the ledger should impact parent accounts also.
  - `configs` Config[] — Array of balance configurations
    - `model_id` string — Model ID configured for this organization, program, or account.

## Other responses

- `400` — Bad request
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
