---
title: "Get entity"
method: GET
path: "/entities/{entity_id}"
tags: ["Entities"]
---

# Get entity

`GET /entities/{entity_id}`

Get an entity by its ID.

## Path parameters

- `entity_id` string, required — Entity ID for the legal entity.

## Response `200`

The entity

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