# Legal entities (collection under a client) ## Endpoints GET /v2/clients/:id/legal-entities List legal entities owned by the client given by `:id`. POST /v2/clients/:id/legal-entities Create a new legal entity owned by the client. ## Path params id (required) — Client identifier. The legal-entity data model is documented under `aleta api --spec /v2/legal-entities/:id`.