GET
/
api
/
v1
/
balance
curl --request GET \
  --url https://api-v2.dexchange-sms.com/api/v1/balance \
  --header 'Authorization: Bearer <token>'
{
  "balance": 123
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json
Balance retrieved
balance
integer

The current SMS balance