Kết nối OA
API này dùng để kết nối OA
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 để kết nối OA
Last updated
POST $BASE_URL.Zalo/ConnectOA HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 40
{
"code": "text",
"oa_id": "text",
"state": 1
}{
"app_id": "text",
"avatar": "text",
"connection_id": "text",
"connection_method": "unknown",
"cover": "text",
"created_at": "2026-01-25T02:34:04.224Z",
"current_quality": "unknown",
"daily_quota": 1,
"description": "text",
"expires_at": "2026-01-25T02:34:04.224Z",
"is_verified": true,
"last_week_quality": "unknown",
"name": "text",
"oa_id": "text",
"onwer_id": "text",
"remaining_quota": 1,
"shop_id": "text",
"status": "Z",
"updated_at": "2026-01-25T02:34:04.224Z"
}curl --location '$BASE_URL.Zalo/ConnectOA' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
"code": "string",
"oa_id": "int64",
"state": "integer"
}'{
"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"
}