---
title: "Retrieves monthly check-ins summary"
method: GET
path: "/api/company_analytic/v1/monthly_checkins_summaries"
tags: ["Analytics"]
---

# Retrieves monthly check-ins summary

`GET /api/company_analytic/v1/monthly_checkins_summaries`

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.

## Response `200`

returns the monthly check-ins summary details

- object
  - `data` object[]
    - `key` string
    - `value` integer
    - `reference` string

## Other responses

- `401` — returns unauthorized when api key is invalid
- `404` — returns not found when there is no data
- `422` — returns unprocessable entity on unexpected errors

---

[API](https://skmtc.net/totalpass/apis/token-use.md) · [All operations](https://skmtc.net/totalpass/apis/token-use/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalpass/token-use/revisions/bc65b4950c7e/schema)
