Endpoint
Query parameters
Filter accounts by type (e.g.,
checking, savings, credit)Search accounts by name using case-insensitive pattern matching
Filter by active status. Accepts
true, false, 1, or 0Filter by default account status. Accepts
true, false, 1, or 0Include calculated balance for each account. Requires
as_of_date or defaults to todayDate for balance calculation in YYYY-MM-DD format. Only used when
include_balance=trueComma-separated list of account UUIDs to filter by
Comma-separated list of fields to return. Available fields:
id, name, type, is_default, is_active, created_atField to sort by. Options:
name, created_at, typeSort order. Options:
asc, descMaximum number of results to return (1-1000)
Number of results to skip for pagination
Cursor for pagination. Cannot be used with
offsetResponse fields
Array of account objects
Unique account identifier (UUID)
Account name
Account type (e.g., checking, savings, credit)
Whether this is the default account
Whether the account is active
Account creation timestamp (ISO 8601)
Calculated account balance (only included when
include_balance=true)Pagination and metadata
Total number of matching accounts
Number of accounts returned in this response
Maximum results per page
Current offset
Cursor for the next page, or null if no more results
Field used for sorting
Sort order applied
Whether balances were included
Date used for balance calculation