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
Example response
{
"entity_id": "100000",
"legal_name": "Clear Street",
"client_code": "CLST"
}