Get a list of accounts
Accounts
Get list of accounts
Returns all accounts, optionally filtered by party ID
GET
Get a list of accounts
Query Parameters
Filter by current ledger account identifiers
Example:
[
"CUSTOMER:034995c6-7f46-4298-9569-cdf1bb572102:9c576ecc-3000-4ad2-9be9-876bb9b93de9:CURRENT"
]
Filter by IBAN
Example:
"LT643500012345678901"
Page number (0-based)
Required range:
x >= 0Example:
0
Filter by party ID
Pattern:
[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}Example:
"019bdb2a-960f-789d-8955-21720e6cdeee"
Number of items per page (max 100)
Required range:
1 <= x <= 100Example:
20
Field name to sort by
Example:
"createdAt"
Sort direction
Last modified on February 10, 2026