---
title: "Fetch All Customer Account"
method: GET
path: "/ledger/accounts"
tags: ["ledger-accounts"]
---

# Fetch All Customer Account

`GET /ledger/accounts`

This operation allows the client to fetch all customer's accounts

## Response `200`

Account fetched

- CustomerAccountList
  - `content` Account[] — List of accounts
    - `id` string, uuid, required — The customer account identifier
    - `name` string, required — The customer account name
    - `customerName` string, required — The customer name associated to the details
    - `balance` number, required — The account balance on provider
    - `availableBalance` number, required — The available balance on provider
    - `currency` string, required — The account currency code
    - `createdDate` string, date-time, required — The date the customer was created

## Other responses

- `400` — Request could not be validated
- `401` — Client is not authorized to make request
- `403` — Expected permission is not available.
- `default` — Internal Server Error

---

[API](https://skmtc.net/nestechops/apis/onboard-external-api-gateway.md) · [All operations](https://skmtc.net/nestechops/apis/onboard-external-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nestechops/onboard-external-api-gateway/revisions/35fe01ca087b/schema)
