Cập nhật Webhook cho OA
Tham số
Kiểu dữ liệu
Mô tả
Tham số
Kiểu dữ liệu
Mô tả
Last updated
Last updated
POST $BASE_URL.Zalo/UpdateShopOA HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 37
{
"oa_id": "text",
"webhook_url": "text"
}{
"app_id": "text",
"avatar": "text",
"connection_id": "text",
"connection_method": "unknown",
"cover": "text",
"created_at": "2026-01-25T11:01:15.998Z",
"current_quality": "unknown",
"daily_quota": 1,
"daily_quota_promotion": 1,
"description": "text",
"estimated_next_month_promotion_quota": 1,
"expires_at": "2026-01-25T11:01:15.998Z",
"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-25T11:01:15.998Z",
"webhook_url": "text"
}curl --location '$BASE_URL.Zalo/UpdateShopOA' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
"oa_id": "string",
"webhook_url": "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,
"description": "string",
"expires_at": "2019-08-24T14:15:22Z",
"is_verified": true,
"last_week_quality": "unknown",
"name": "string",
"oa_id": "string",
"onwer_id": "string",
"remaining_quota": 0,
"shop_id": "string",
"status": "Z",
"updated_at": "2019-08-24T14:15:22Z",
"webhook_url": "string"
}