v1
latestOpenAPI 3.0.22026-07-26480119.6 KBAnalytics
Retrieves monthly gyms rankings summary
This endpoint lists the most popular gyms visited by the company's beneficiaries during the month, ranked by total check-ins. It helps to identify preferred fitness facilities among employees and aids in partnership or location strategy decisions.
get/api/company_analytic/v1/monthly_gyms_rankings
Response
returns the monthly gyms rankings summary details
Example response
{
"data": [
{
"key": "Academia A",
"reference": "2025-09",
"ranking_position": "1",
"value": "150",
"type": "holder"
}
]
}