---
title: "List accounts"
method: GET
path: "/accounts"
tags: ["Accounts"]
---

# List accounts

`GET /accounts`

List all available accounts.

## Response `200`

A list of accounts

- object
  - `data` Account[]
    - `account_id` string, required — Account ID for the account.
    - `account_number` string, required — Account number for the account.
    - `entity_id` string, required — Entity ID for the legal entity.
    - `name` string, required

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/clear-street/apis/common-api-models.md) · [All operations](https://skmtc.net/clear-street/apis/common-api-models/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clear-street/common-api-models/revisions/05b4df42c056/schema)
