GET
/
account
/
bank

Get All Accounts

Use this endpoint to fetch all the bank accounts that have been generated through your platform. Pagination is supported to manage large data sets.


Request Parameters

requestId
string
required

A unique identifier for the request, used for idempotency.
Example: e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9

page
integer
required

The page number to retrieve for paginated results.
Example: 1

pageSize
integer
required

The number of results to return per page.
Example: 10