Wallets
List all wallets
This endpoint is used to list all wallets with prepaid credits.
GET
/
wallets
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
page
integer
Page number.
per_page
integer
Number of records per page.
external_customer_id
string
requiredThe customer external unique identifier (provided by your own application).
Response
200 - application/json
wallets
object[]
requiredmeta
object
requiredWas this page helpful?