Get balance
HTTP request
curl --location 'http://rest.esms.vn/MainService.svc/json/GetBalance_json' \
--header 'Content-Type: application/json' \
--data '{
"ApiKey":"{{ApiKey}}",
"SecretKey":"{{SecretKey}}"
}'Parameter
Type
Require
Description
{
"Balance": 36693,
"CodeResponse": "100",
"UserID": 9999
}{
"Balance": 0,
"CodeResponse": "101",
"ErrorMessage": "Authorize Failed"
}Parameter
Type
Description
Last updated