Get the daily quota of OA
HTTP request
POST
https://rest.esms.vn/MainService.svc/json/ZNS/GetQuota/
Content Type: application/json
Response Type: application/json
Request body:
Paramter
Type
Required
Description
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:
Paramter
Type
Description
DailyQuota
string
Total quota allowed to send in day.
RemainingQuota
string
The remaining quota.
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