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