# Custodian authorities (collection under a legal entity) ## Endpoints GET /v2/legal-entities/:id/custodian-authorities List custodian authorities under the legal entity given by `:id`. POST /v2/legal-entities/:id/custodian-authorities Create a new custodian authority for the legal entity. ## Path params id (required) — Legal-entity identifier. The custodian-authority data model and the consent / link / revoke sub-actions are documented under `aleta api --spec /v2/custodian-authorities/:id`.