GET /v2/legal-entities/:id Fetch one legal entity. Path params: id (required) — Legal-entity identifier. Response (200 OK): { "data": { "id": "string", "type": "legal-entity", "attributes": { "name": "string" }, "relationships": { "client": { "data": { "type": "client", "id": "string" } }, "accounts": { "data": [ { "type": "account", "id": "string" } ] }, "depositories": { "data": [ { "type": "depository", "id": "string" } ] } } } }