---
title: "Get account"
method: GET
path: "/accounts/{account_id}"
tags: ["Accounts"]
---

# Get account

`GET /accounts/{account_id}`

Get an account by its ID or number.

## Path parameters

- `account_id` string, required — Account ID for the account.

## Response `200`

The account

- 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)
