Get message details
HTTP request
curl --location --globoff 'https://rest.esms.vn/MainService.svc/json/GetSmsReceiverStatus_get?ApiKey={{ApiKey}}&SecretKey={{SecretKey}}&RefId={{SMSID}}'Parameter
Type
Required
Description
{
"CodeResult": "100",
"ReceiverList": [
{
"IsSent": true,
"NetworkName": "Viettel",
"Phone": "0901888484",
"Retry": 0,
"SentResult": true
}
]
}{
"CodeResult": "101",
"ErrorMessage": "Authorize Failed"
}Paramter
Type
Description
Last updated