Get all accounts for current user (admin view)
Retrieve a comprehensive list of all ledger accounts for the authenticated user. This admin-level view includes detailed account information for all currencies. Optionally include inactive accounts.
Authorizations
Enter Auth0 JWT token
Headers
Optional. Names an owned sub-account (UUID) to act on. Omit to act at the master (tenant) level. Naming an account this key does not own returns 403 not_account_owner.
Query Parameters
Include inactive/closed accounts in results
false
Response
List of all user accounts retrieved successfully
Available balance
"1500.50"
Currency code
"EUR"
Pending incoming amount
"100.00"
Pending outgoing amount
"50.00"
Total balance (available + pending)
"1550.50"
Account status
true
Last transaction date
"2025-10-29T12:00:00Z"