---
title: "Get trust accounts with balances for specific client"
method: GET
path: "/clients/{client_id}/trust-accounts"
tags: ["Invoice Payments"]
---

# Get trust accounts with balances for specific client

`GET /clients/{client_id}/trust-accounts`

Returns trust accounts list for specific client.

## Query parameters

- `organization_id` string, required
- `client_id` integer

## Response `200`

Successful operation

- object
  - `message` string
  - `data` object
    - `trust_accounts` object[]
      - `id` integer
      - `name` string
      - `account_label` string
      - `currency` string
      - `currency_id` integer
      - `balance` number, float

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server error

---

[API](https://skmtc.net/app4legal/apis/a4l-money-api.md) · [All operations](https://skmtc.net/app4legal/apis/a4l-money-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/app4legal/a4l-money-api/revisions/e0d144609998/schema)
