---
title: "Retrieve accounts for a client"
method: GET
path: "/v1/clients/{clientId}/accounts"
---

# Retrieve accounts for a client

`GET /v1/clients/{clientId}/accounts`

Returns a paginated list of accounts for the specified client.

## Path parameters

- `clientId` string, required

## Response `200`

Successful response with account details

- AccountsResponse
  - `currentPage` integer
  - `perPage` integer
  - `totalItem` integer
  - `data` Account[]
    - `id` string, uuid
    - `bankId` string, uuid
    - `clientId` string, uuid
    - `clientBankAdapterId` string, uuid
    - `accountId` string, uuid
    - `instrumentId` string, uuid
    - `ownerId` string, uuid
    - `ownerType` 'CLIENT' | 'BUSINESS'
    - `accountNumber` string
    - `clabeNumber` string
    - `availableBalance` string
    - `accountType` 'CENTRALIZING_ACCOUNT' | 'OTHER'
    - `accountStatus` 'ACTIVE' | 'INACTIVE' | 'SUSPENDED'
    - `audit` Audit
      - `createdAt` string, date-time
      - `updatedAt` string, date-time
      - `deletedAt` string, nullable
      - `blockedAt` string, nullable
      - `activatedAt` string, nullable
      - `suspendedAt` string, nullable
    - `bankAdapter` string

---

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