Returns a list of bank accounts.
Documentation Index
Fetch the complete documentation index at: https://developer.meow.com/llms.txt
Use this file to discover all available pages before exploring further.
Your Meow API key for authentication
Optional entity ID for scoped access to entity-specific data
Successful Response
List of accounts
Account summary without balance details
[
{
"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