Authorization: Bearer ********************curl --location --request GET 'https://v1.dev.bukalombok.com/v1/superadmin/analytics/vendors/overview' \
--header 'Authorization: Bearer <token>'{
"meta": {
"success": true,
"status": 200,
"message": "Vendor overview retrieved successfully"
},
"data": {
"summary": {
"totalVendors": 5,
"activeVendors": 5,
"suspendedVendors": 0,
"deletedVendors": 0,
"openVendors": 5,
"closedVendors": 0,
"vendorsWithProducts": 1,
"vendorsWithoutProducts": 4,
"totalProducts": 2,
"avgProductsPerVendor": 0.4
},
"byStatus": [
{
"status": "ACTIVE",
"count": 5,
"percentage": 100
}
],
"metadata": {
"status": "all",
"isOpen": "all",
"generatedAt": "2026-01-02T08:13:45.270Z"
}
}
}