Retrieves the current SMS balance
curl --request GET \ --url https://api-v2.dexchange-sms.com/api/v1/balance \ --header 'Authorization: Bearer <token>'
{ "balance": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Balance retrieved
The response is of type object.
object