Search bank accounts
Bank Accounts
Search bank accounts
Retrieves a paginated list of bank accounts. The request body is optional — omitting it returns the first page with defaults (pageSize 30, pageNumber 0, no filters).
POST
Search bank accounts
Authorizations
API key sent in the Authorization header.
Body
application/json
Response
200 - application/json
Paginated bank accounts
A page of bank accounts.
The items on this page.
Zero-based index of this page.
Required range:
x >= 0Example:
0
Number of items per page.
Required range:
x >= 0Example:
30
Total number of items across all pages.
Required range:
x >= 0Example:
42
Total number of pages.
Required range:
x >= 0Example:
2
URL to fetch the next page of results, if available.