Get the daily quota of OA
HTTP request
curl --location 'https://rest.esms.vn/MainService.svc/json/ZNS/GetQuota/' \
--header 'Content-Type: application/json' \
--data '{
"ApiKey": "{{ApiKey}}",
"SecretKey": "{{SecretKey}}",
"OAID": "{{OAID}}"
}'Paramter
Type
Required
Description
{
"CodeResult": "100",
"ErrorMessage": "success",
"DailyQuota": 500,
"RemainingQuota": 500
}{
"CodeResult": "101",
"ErrorMessage": "Authorize Failed"
}Paramter
Type
Description
Last updated