Skip to main content
GET
Retrieve all bank accounts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

perPage
integer
default:10

Number of records that you want to receive in the response. By default, 10 records will be listed.

page
integer
default:1

For navigating through pages. By default, the first page will be listed.

term
string

Filter records using any keywords.

Response

Successful response with a list of bank accounts.

success
boolean
Example:

true

data
object