GET /v2/depositories/:id Fetch one depository. Path params: id (required) — Depository identifier. Response (200 OK): { "data": { "id": "string", "type": "depository", "attributes": { "name": "string (optional)", "externalIdentifier": "string" }, "relationships": { "legalEntity": { "data": { "type": "legal-entity", "id": "string" } }, "accounts": { "data": [ { "type": "account", "id": "string" } ] } } } }