Skip to main content
GET
/
user
/
balance
cURL
curl --request GET \
  --url https://api.sms-verify.me/user/balance \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "balance": 123
}

Authorizations

Authorization
string
header
required

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

Response

OK

id
string

A string representing the unique identifier of the user

balance
integer

A numeric value representing the current balance of the user in USD