# List Bank Accounts Returns a list of bank accounts. Endpoint: GET /accounts Version: 1.0.0 Security: apiKeyAuth ## Header parameters: - `x-entity-id` (string) Optional entity ID for scoped access to entity-specific data ## Response 200 fields (application/json): - `page` (any) - `accounts` (array, required) An array of accounts with entity types dependent on the account type (deposit, investment, loan, or line of credit). Return an empty array if this information isn't available. All account types are accepted for this endpoint but account details are consumed though GET accounts/{accountID} solely for deposit, loan, and line-of-credit accounts.