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