v22

latestOpenAPI 3.0.0raw.githubusercontent.com2026-03-03327794.1 KB
Entities

Get entity

Get an entity by its ID.

get/entities/{entity_id}

Path parameters

entity_idstring required

Entity ID for the legal entity.

Example:100000

The ID of the entity to get.

Response

The entity

entity_idstring required

Entity ID for the legal entity.

legal_namestring
client_codestring required

Example response

{
  "entity_id": "100000",
  "legal_name": "Clear Street",
  "client_code": "CLST"
}