---
title: "Get the count of active checkins for a specific facility. Active checkins are defined as customers who have checked in but not checked out in the current day."
method: GET
path: "/v1/checkins/active/facility/{facilityCode}"
tags: ["Checkins"]
---

# Get the count of active checkins for a specific facility. Active checkins are defined as customers who have checked in but not checked out in the current day.

`GET /v1/checkins/active/facility/{facilityCode}`

## Path parameters

- `facilityCode` string, required

## Response `200`

Success

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/rockgympro/apis/rock-gym-pro-api.md) · [All operations](https://skmtc.net/rockgympro/apis/rock-gym-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rockgympro/rock-gym-pro-api/revisions/b22c2e6ea0bc/schema)
