Authorization: Bearer ********************curl --location --request GET 'https://v1.dev.bukalombok.com/v1/superadmin/analytics/products/reviews' \
--header 'Authorization: Bearer <token>'{
"meta": {
"success": true,
"status": 200,
"message": "Review analytics retrieved successfully"
},
"data": {
"summary": {
"totalReviews": 0,
"avgRating": 0,
"productsReviewed": 0
},
"ratingDistribution": [
{
"rating": 1,
"count": 0,
"percentage": 0
},
{
"rating": 2,
"count": 0,
"percentage": 0
},
{
"rating": 3,
"count": 0,
"percentage": 0
},
{
"rating": 4,
"count": 0,
"percentage": 0
},
{
"rating": 5,
"count": 0,
"percentage": 0
}
],
"topRatedProducts": [],
"metadata": {
"period": {
"startDate": "2025-12-03T00:00:00.000+08:00",
"endDate": "2026-01-02T23:59:59.999+08:00"
},
"minRating": "all",
"productId": "all",
"limit": 10,
"generatedAt": "2026-01-02T06:56:44.591Z"
}
}
}