Get the message status
HTTP request
curl --location 'https://rest.esms.vn/MainService.svc/json/GetSmsSentData_V2' \
--header 'Content-Type: application/json' \
--data '{
"ApiKey":"{{ApiKey}}",
"SecretKey":"{{SecretKey}}",
"SmsType":"{{SmsType}}",
"From": "{{DateFrom}}",
"To":"{{DateTo}}",
"Page":{{Page}},
"PageSize":{{PageSize}}
}'Parameter
Type
Required
Description
Parameter
Type
Description
Last updated