Get OA information
This API is used to get OA information such as: Message sending quality, ZNS message quota, tag 3 message quota (after-sales),....
curl --location 'BASE_URL.Zalo/GetShopOA' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--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"
}Parameters
Data type
Describe
Parameters
Data type
Describe
Last updated