---
title: "Create a check-in"
method: POST
path: "/checkins"
tags: ["CheckIns"]
---

# Create a check-in

`POST /checkins`

## Request body

- object
  - `userId` string, required
  - `eventId` string, required
  - `checkedIn` boolean

## Response `201`

Check-in created

## 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)
