curl --location --request GET 'https://v1.dev.bukalombok.com/v1/superadmin/analytics/users/demographics' \
--header 'Authorization: Bearer <token>'{
"meta": {
"success": true,
"status": 200,
"message": "Customer demographics retrieved successfully"
},
"data": {
"demographics": {
"location": {
"distribution": [
{
"locationId": "0fd95e87-fad7-4508-994d-8f79112e2c89",
"locationName": "Nusa Tenggara Barat",
"userCount": 1,
"percentage": 50
},
{
"locationId": "12d07a2c-77ce-4259-a656-77e19b38775b",
"locationName": "Banten",
"userCount": 1,
"percentage": 50
}
],
"totalUsers": 2,
"usersWithLocation": 2
},
"gender": {
"distribution": [
{
"gender": "MALE",
"userCount": 2,
"percentage": 100
}
],
"totalUsers": 2,
"usersWithGender": 2,
"usersWithoutGender": 0
},
"age": {
"distribution": [
{
"ageRange": "< 18",
"userCount": 0,
"percentage": 0
},
{
"ageRange": "18-24",
"userCount": 1,
"percentage": 50
},
{
"ageRange": "25-34",
"userCount": 1,
"percentage": 50
},
{
"ageRange": "35-44",
"userCount": 0,
"percentage": 0
},
{
"ageRange": "45-54",
"userCount": 0,
"percentage": 0
},
{
"ageRange": "55-64",
"userCount": 0,
"percentage": 0
},
{
"ageRange": "65+",
"userCount": 0,
"percentage": 0
}
],
"totalUsers": 2,
"usersWithAge": 2,
"usersWithoutAge": 0
}
},
"metadata": {
"period": {
"startDate": "2025-12-02T00:00:00.000+08:00",
"endDate": "2026-01-01T23:59:59.999+08:00"
},
"groupBy": "all",
"generatedAt": "2026-01-01T04:27:45.482Z"
}
}
}