---
title: "Create a check in"
method: POST
path: "/v1/check_ins"
tags: ["Check ins"]
---

# Create a check in

`POST /v1/check_ins`

Creates a check in

## Response `201`

Successfully created a new check in

- CheckIn
  - `object` string
  - `id` string
  - `check_in_at` integer — Timestamp of when the ticket is checked in or out
  - `created_at` integer — Check in creation timestamp
  - `event_id` string — The ID of the associated event
  - `issued_ticket_id` string — The ID of the associated ticket that is to be checked in or out
  - `local_unique_id` string — The optional unique ID that safegards from accidentally checking in multiple times
  - `quantity` integer — in=1, out=-1

## Other responses

- `default` — Error schema

---

[API](https://skmtc.net/tickettailor/apis/ticket-tailor-api.md) · [All operations](https://skmtc.net/tickettailor/apis/ticket-tailor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tickettailor/ticket-tailor-api/revisions/7b222e8ec91c/schema)
