Connect OA
This API is used to connect OA
Parameters
Data type
Describe
Parameters
Data type
Describe
Last updated
This API is used to connect OA
Last updated
POST $BASE_URL.Zalo/ConnectOA HTTP/1.1
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-02-12T06:29:14.761Z",
"current_quality": "unknown",
"daily_quota": 1,
"description": "text",
"expires_at": "2026-02-12T06:29:14.761Z",
"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-02-12T06:29:14.761Z"
}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"
}