cURL
curl --request GET \ --url https://api.sms-verify.me/user/balance \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "balance": 123 }
Retrieves the current balance of the authenticated user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
A string representing the unique identifier of the user
A numeric value representing the current balance of the user in USD