- take comma-separated values on every filter for multi-select,
- paginate with
page(default 1) andlimit, - require
programId, - and can export instead of returning JSON: pass
resultType=fileand you get a presigned S3 CSV URL (valid 1 hour) in place of the data array (filePrefixcustomises the filename).
keyword and the date-range parameters in
particular vary. Each API Reference page lists exactly what its endpoint accepts.
Each endpoint below links to its API Reference page, where you can inspect the full
schema and send a live request with the Try it playground.
The endpoints
Defaults worth knowing
GET /v1/accounts does not accept keyword — use the specific identifier filters
(accountId, iban, accountNumber, accountProviderAccountId, accountName). Accounts
in PENDING status are always excluded, whatever status you pass.
Program scope
programId is required on every search, including when you pass allPrograms=true.
That flag widens the search from one program to every program your operator role is
entitled to — it does not replace programId, and it never reaches beyond your
entitlements. A role with no program entitlement matches nothing rather than everything.