v1

latestOpenAPI 3.1.02026-07-14801408.6 KB

/legal_entities

Returns a collection of your account legal entities. Required scope: r_account. Accessible with all token types.

get/legal_entities

Path parameters

subdomainstring required

The account subdomain

Response

200

idstring
namestring
legal_namestring
typestring
{"stackTrail":"paths:/legal_entities:get:responses:200:content:application/json:schema:items:properties:parent_id","oasType":"schema","type":"unknown"}
display_namestring

Example response

[
  {
    "id": "8b588cb9-8ab2-4ae4-9b14-99a8e0f910f6",
    "name": "Demo Entity US",
    "type": "entity",
    "display_name": "Demo Entity US"
  }
]