---
title: "Retrieve a single Check-In"
method: GET
path: "/api/v2/organizations/{orgSlug}/checkins/{checkinId}"
tags: ["Checkins"]
---

# Retrieve a single Check-In

`GET /api/v2/organizations/{orgSlug}/checkins/{checkinId}`

Retrieve a single Check-In by checkinId. 

 Required scopes: `flex.community.checkins.read`

## Path parameters

- `checkinId` string, required
- `orgSlug` string, required

## Response `200`

- CheckinResultDto
  - `_id` string — The _id of the check-in.
  - `start` string, date-time — Contains the start date of the check-in.
  - `end` string, date-time — Contains the end date of the check-in.
  - `location` string — The _id of the location associated with the check-in.
  - `company` string — The _id of the company associated with the check-in.
  - `member` string — The _id of the member associated with the check-in.
  - `booking` string — The _id of the booking associated with the check-in.
  - `pass` string — The _id of the pass associated with the check-in.
  - `resourceType` string — The resourceType of the booking associated with the check-in.
  - `source` string — The source associated with the check-in.
  - `createdBy` string — The user that created the check-in.
  - `modifiedBy` string — The user that did the last modification to the check-in. If no update is made this field will match the "createdBy" field.

---

[API](https://skmtc.dev/officernd/apis/authentication-api.md) · [All operations](https://skmtc.dev/officernd/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/officernd/authentication-api/revisions/6bcd33dc648e/schema)
