Check the OA quality
HTTP request
POST
https://rest.esms.vn/MainService.svc/json/ZNS/GetQuality/
Content Type: application/json
Response Type: application/json
Request body:
ApiKey
string
Your API key.
SecretKey
string
Your Secret key.
OAID
string
Zalo OA Id is the Zalo Official Account Id of the organization. It can be obtained by accessing to the Zalo administrator page.
Note: Pre-registration is required.
Response:
Valid request.
Response body:
Oa7dayQuality
string
The quality of ZNS message in last 7 days of OA. The values is returned as following
HIGH - Good quality.
MEDIUM - Medium quality.
LOW - Bad quality.
UNDEFINED - Not acknownledge (in case of no ZNS is sent)
OaCurrentQuality
string
The quality of ZNS in last 48 hours of OA. The values are returned as following
HIGH - Good quality.
MEDIUM - Medium quality.
LOW - Bad quality.
UNDEFINED - Not acknownledge (in case of no ZNS is sent)
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