Lấy thông tin OA
API này dùng để lấy thông tin của OA như: Chất lượng gửi tin, quota tin ZNS, quota tin tag 3 (hậu mãi),....
Tham số
Kiểu dữ liệu
Mô tả
Tham số
Kiểu dữ liệu
Mô tả
Last updated
API này dùng để lấy thông tin của OA như: Chất lượng gửi tin, quota tin ZNS, quota tin tag 3 (hậu mãi),....
Last updated
POST $BASE_URL.Zalo/GetShopOA HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"oa_id": "text"
}{
"app_id": "text",
"avatar": "text",
"connection_id": "text",
"connection_method": "unknown",
"cover": "text",
"created_at": "2026-01-25T10:56:25.334Z",
"current_quality": "unknown",
"daily_quota": 1,
"daily_quota_promotion": 1,
"description": "text",
"estimated_next_month_promotion_quota": 1,
"expires_at": "2026-01-25T10:56:25.334Z",
"is_verified": true,
"last_week_quality": "unknown",
"monthly_promotion_quota": 1,
"name": "text",
"oa_id": "text",
"onwer_id": "text",
"remaining_monthly_promotion_quota": 1,
"remaining_quota": 1,
"shop_id": "text",
"status": "Z",
"updated_at": "2026-01-25T10:56:25.334Z",
"webhook_url": "text"
}curl --location '/$BASE_URL.Zalo/GetShopOA' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--data '{
"oa_id": "string"
}'{
"app_id": "string",
"avatar": "string",
"connection_id": "string",
"connection_method": "unknown",
"cover": "string",
"created_at": "2019-08-24T14:15:22Z",
"current_quality": "unknown",
"daily_quota": 0,
"daily_quota_promotion": 0,
"description": "string",
"estimated_next_month_promotion_quota": 0,
"expires_at": "2019-08-24T14:15:22Z",
"is_verified": true,
"last_week_quality": "unknown",
"monthly_promotion_quota": 0,
"name": "string",
"oa_id": "string",
"onwer_id": "string",
"remaining_monthly_promotion_quota": 0,
"remaining_quota": 0,
"shop_id": "string",
"status": "Z",
"updated_at": "2019-08-24T14:15:22Z",
"webhook_url": "string"
}