Get balance
This endpoint is used to get your balance of the account.
HTTP request
POST
http://rest.esms.vn/MainService.svc/json/GetBalance_json
Content Type: application/json
Response Type: application/json
Request body:
Parameter
Type
Require
Description
ApiKey
string
Your API Key.
SecretKey
string
Your Secret Key.
Response:
Valid request.
Response body:
Parameter
Type
Description
Balance
string
Your account balance.
CodeResponse
string
Response code.
UserID
string
The user' id at eSMS.
The detail of error code can refer at Table of error codes .
Get the sample of code for programing languagues to use in Postman refer at Link of code samples.
Last updated