---
title: "List balance configurations"
method: GET
path: "/v1/balances-config"
tags: ["Balance configurations"]
---

# List balance configurations

`GET /v1/balances-config`

List balance configurations available for the organization. You can also filter the results by program or account.

## Query parameters

- `accountId` integer, required
- `programId` integer

## 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
- `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)
