List Bank Accounts
Accounts
List Bank Accounts
Returns a list of bank accounts.
GET
List Bank Accounts
Authorizations
Your Meow API key for authentication
Headers
Optional entity ID for scoped access to entity-specific data
Response
200 - application/json
Successful Response
accounts
(DepositAccountDescriptor · object | InvestmentAccountDescriptor · object | DigitalWalletDescriptor · object)[]
required
List of accounts
Account summary without balance details
- DepositAccountDescriptor
- InvestmentAccountDescriptor
- DigitalWalletDescriptor
Example:
[
{
"depositAccount": {
"accountId": "cash_account_12345678-1234-1234-1234-123456789012",
"accountNumberDisplay": "5820",
"accountType": "CHECKING",
"bankProductType": "Grasshopper Bank",
"currency": { "currencyCode": "USD" },
"nickname": "Main Checking",
"productName": "Business Checking",
"status": "OPEN"
}
},
{
"investmentAccount": {
"accountId": "brokerage_account_12345678-1234-1234-1234-123456789012",
"accountNumberDisplay": "8200",
"accountType": "TAXABLE",
"currency": { "currencyCode": "USD" },
"nickname": "Treasury Account",
"productName": "Treasury",
"status": "OPEN"
}
}
]Metadata for pagination