Lấy Qouta tin Zalo theo OAID
HTTP request
curl --location 'https://api-portal.senbac.com/MainService.svc/json/ZNS/GetQuota/' \
--header 'Content-Type: application/json' \
--data '{
"ApiKey": "{{ApiKey}}",
"SecretKey": "{{SecretKey}}",
"OAID": "{{OAID}}"
}'Tham số
Kiểu dữ liệu
Tính bắt buộc
Mô tả
{
"CodeResult": "100",
"ErrorMessage": "success",
"DailyQuota": 500,
"RemainingQuota": 500
}{
"CodeResult": "101",
"ErrorMessage": "Authorize Failed"
}Thuộc tính
Kiểu dữ liệu
Mô tả
Last updated