---
title: "Get check-in by ID"
method: GET
path: "/checkins/{id}"
tags: ["CheckIns"]
---

# Get check-in by ID

`GET /checkins/{id}`

## Path parameters

- `id` string, required

## Response `200`

Check-in found

- CheckIn
  - `_id` string
  - `userId` string
  - `eventId` string
  - `checkedIn` boolean
  - `createdDate` string, date-time

## Other responses

- `400` — Bad request

---

[API](https://skmtc.dev/hackforla/apis/vrms-api.md) · [All operations](https://skmtc.dev/hackforla/apis/vrms-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hackforla/vrms-api/revisions/092c34cc0e58/schema)
