Bank Account
Get Bank Accounts
List all bank account records.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Number of records that you want to receive in the response. By default, 10 records will be listed.
For navigating through pages. By default, the first page will be listed.
Filter records using any keywords.
Response
200
application/json
Successful response with a list of bank accounts.
The response is of type object
.