# Retrieve legal owner bank accounts by legal owner Id Return all bank accounts for a given legal owner id Endpoint: POST /api/tenant/{tenantId_path}/legalOwners/GetLegalOwnerBankAccountsByLegalOwnerId Version: v1 ## Path parameters: - `tenantId_path` (string, required) ## Request fields (application/json-patch+json): - `legalOwnerId` (string) ## Response 200 fields (text/plain): - `list` (array) - `list.id` (string) - `list.label` (string) - `list.holderName` (string) - `list.bic` (string) - `list.iban` (string) - `list.domiciliation` (string) ## Response 400 fields (text/plain): - `error` (string)