---
title: "List entities"
method: GET
path: "/entities"
tags: ["Entities"]
---

# List entities

`GET /entities`

List all available entities.

## Response `200`

A list of entities

- object
  - `data` Entity[]
    - `entity_id` string, required — Entity ID for the legal entity.
    - `legal_name` string
    - `client_code` 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)
