Skip to main content
GET
List wallets

Overview

GET /wallets returns every wallet provisioned under your company. Each entry includes the current payin_balance and payout_balance, plus configured phone numbers and operators. For a slimmer balances-only view, see GET /payment/balance.

When to use it

  • Render a wallets overview in your dashboard.
  • Look up a wallet’s id for use in other endpoints.
  • Inspect configured operators per wallet.

Prerequisites

  • Authenticated as a company user.

Request

Headers

No query parameters or body.

Response

200 — Success

Field reference

Error responses

Code examples

cURL
Node.js (axios)

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

A list of wallets associated with the company.

success
boolean
Example:

true

statusCode
integer
Example:

200

message
string
Example:

"Data retrieved successfully"

data
object[]