v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Balance configurations

List balance configurations

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

get/v1/balances-config

Query parameters

accountIdinteger required

ID of the account to which the authorization configuration being fetched should be applied. You can skip this parameter if the programId parameter is present in the query.

programIdinteger
Example:12345

Program ID

Headers

x-tenantstring

Organization ID

x-cidstring

The Correlation Identifier field is used to link related API requests and events. The x-cid can help the Pismo engineering team track everything related to a call. You can find the x-cid field in the response header of an API endpoint call. If the x-cid value isn't passed, one is automatically generated.

Response

OK

program_idinteger

Program ID

account_idstring number

Account ID

config_idstring

Balance configuration ID

Example response

[
  {
    "level": {
      "id": "9bb95e15-c0e6-4c84-b644-350c76a83358",
      "index": 2
    },
    "program_id": 1122,
    "account_id": "15001",
    "config_id": "041ee495-268a-4267-b53a-5b9532a53e45",
    "global_configs": {
      "impact_parent_accounts": true
    },
    "configs": [
      {
        "model_id": "b3f53d8f-6812-4869-b17a-874d78750cc6"
      }
    ]
  }
]