# List family balances **GET /v1/balances** List family balances ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Query parameters - **where** (object) Filter conditions ## Responses ### 200 List collection response #### Body: application/json (array[object]) - **companyId** (string) Company ID - **familyId** (string) Family ID - **balance** (integer) Balance - **debit** (integer) Debit - **credit** (integer) Credit - **beforeTransactionId** (string | null) Transaction ID ### 403 Not authorized #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception [Powered by Bump.sh](https://bump.sh)