Get rating information of Zalo users
HTTP request
curl --location 'https://rest.esms.vn/MainService.svc/json/ZNS/GetRating/' \
--header 'Content-Type: application/json' \
--data '{
"ApiKey": "{{ApiKey}}",
"SecretKey": "{{SecretKey}}",
"OAID": "{{OAID}}",
"TemplateID": "{{TemplateID}}",
"FromTime": "{{FromTime}}",
"ToTime": "{{ToTime}}",
"Offset":"{{Offset}}",
"Limit":"{{Limit}}"
}'Paramter
Type
Required
Description
Paramter
Type
Description
Last updated