Search accounts with cursor-based pagination
Account Management
Search accounts
Searches accounts with filters.
GET
Search accounts with cursor-based pagination
Overview
This endpoint searches your accounts using various filters with cursor-based pagination. You can filter by IBAN, client account ID, account holder name, or account status.Cursor-Based Pagination
This endpoint uses cursor-based pagination for large datasets. Start with an initial request, then use nextPageToken to fetch the next page and previousPageToken to go back. Use the limit parameter to control results per page (1–100, default 20).Query Parameters
IBAN to search for (exact match)
Example:
"LT121000011111111111"
Client account ID to search for (exact match)
Example:
"123e4567-e89b-12d3-a456-426614174000"
Account holder name to search for (partial match, case insensitive)
Example:
"John Doe"
Account status to filter by
Available options:
OPEN, CLOSED Example:
"OPEN"
Token representing current page position (internal account ID). Use previousPageToken or nextPageToken from response for navigation.
Example:
"123"
Token representing current page position (internal account ID). Use previousPageToken or nextPageToken from response for navigation.
Example:
"123"
Number of results per page (1-100)
Required range:
1 <= x <= 100Example:
20
Last modified on January 27, 2026