v1
latestOpenAPI 3.0.22026-07-26480119.6 KBAnalytics
Retrieves monthly check-ins summary
This endpoint provides a consolidated summary of check-ins for the specified month, broken down by user type (holders vs dependents). It offers insight into the overall engagement levels and total volume of visits to facilities during the period.
get/api/company_analytic/v1/monthly_checkins_summaries
Response
returns the monthly check-ins summary details
Example response
{
"data": [
{
"key": "holders",
"value": 90,
"reference": "2025-09"
}
]
}