Skip to main content
Filtering is endpoint-specific; there is no global filter syntax across the Embedded Banking API. The transactions endpoint accepts a date range: Both bounds are optional and can be supplied independently — startDate alone returns everything from that date forward; endDate alone returns everything up to and including that date. For other list endpoints, the supported filters are documented per-endpoint — check the API reference for that endpoint, not this page.

Filters and pagination

Hold filter parameters constant across all pages of a single sweep. The pagination token is bound to the filters of the request that produced it; pairing a token with a different startDate, endDate, or limit produces undefined results. See Pagination for the full sweep loop.