Skip to main content
GET
/
v1
/
bank
/
customers
Get Bank Customers
curl --request GET \
  --url https://api.peere.network/v1/bank/customers \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Authorizations

Authorization
string
header
required

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

Query Parameters

ids
string[]
phrases
string[]
limit
integer
page
integer

Response

Customers retrieved successfully