---
title: "Check in event tickets."
method: POST
path: "/events/{event_id}/check_in/tickets"
tags: ["Events"]
---

# Check in event tickets.

`POST /events/{event_id}/check_in/tickets`

Use this endpoint to mark one or more tickets as checked in. The event must be in `ACTIVE` or `COMPLETE` status. Tickets with `CANCELLED` status cannot be checked in (returns HTTP 400).

## Path parameters

- `event_id` string, required

## Request body

- OrderTicketKeysRequestDto — Request payload for ticket check-in operations.
  - `order_ticket_keys` string[], required — Array of order ticket keys to process.

## Response `204`

Successfully checked in order tickets.

## Other responses

- `400` — Bad request. Either the JSON was malformed or there was a data validation error.
- `401` — The Access Token used is invalid.
- `403` — Forbidden request. You lack the necessary scopes, you lack the necessary user privileges, or the application is deactivated.
- `404` — The requested resource was not found.
- `500` — There was a problem with our internal service.

---

[API](https://skmtc.net/cc/apis/appconnect-v3.md) · [All operations](https://skmtc.net/cc/apis/appconnect-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cc/appconnect-v3/revisions/4b4a534c818d/schema)
