---
title: "Realiza check-in de participante por QR code"
method: POST
path: "/v1.5.1/events/{eventIdHash}/qrcode/check-in"
tags: ["Check-in"]
---

# Realiza check-in de participante por QR code

`POST /v1.5.1/events/{eventIdHash}/qrcode/check-in`

Realiza o check-in de um participante utilizando o payload do QR code com retorno compatível ao v1.5.1

## Path parameters

- `eventIdHash` string, required

## Request body

- TicketQrCodeRequestDTO
  - `itemId` string, required
  - `signature` string, required
  - `timestamp` integer, required
  - `version` number, required
  - `walletId` string, required

## Response `200`

Check-in realizado com sucesso

## Other responses

- `204` — No Content
- `400` — Bad Request
- `404` — Not Found
- `410` — QR code expirado
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/sympla/apis/public-api.md) · [All operations](https://skmtc.net/sympla/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sympla/public-api/revisions/3f5f9dcde1d6/schema)
