# Read an account balance by ID **GET /accountbalances/{id}** Read a list of account balances with monthly changes for a defined period for a specific account identified by its unique ID. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters #### Headers - **Authorization** (string) Authorization header #### Path parameters - **id** (integer) #### Query parameters - **dateFrom** (string(date)) The starting date from which balances will be retrieved. - **dateTo** (string(date)) The ending date until which balances will be retrieved. - **periods** (string) Specifies the periods for which the balances will be retrieved. - **type** (string) Specifies the type of data to be retrieved. - **keepIncoming** (boolean) Indicates whether to include incoming amounts in the response. Default is false. ## Responses ### 200: #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body Parameters: application/json (array[object]) - **account** (object) Information about the account for which the balances belong to. - **balances** (array[object]) The monthly change in balance for an account during a specific period. [Powered by Bump.sh](https://bump.sh)