---
title: "Realizar check-in por participant ID"
method: POST
path: "/v1.6.0/events/{eventIdHash}/participants/{participantId}/check-in"
tags: ["Check-in"]
---

# Realizar check-in por participant ID

`POST /v1.6.0/events/{eventIdHash}/participants/{participantId}/check-in`

Realiza o check-in de um participante usando o ID do participante

## Path parameters

- `eventIdHash` string, required
- `participantId` string, required

## Response `200`

Check-in realizado com sucesso

- ApiResponseCheckInResponseDTO
  - `data` CheckInResponseDTO, required
    - `check_in` boolean, required
    - `check_in_date` string, date-time
    - `check_in_id` integer
  - `pagination` PaginationResponseDTO
    - `has_prev` boolean, required
    - `offset` integer, required
    - `page` integer, required
    - `page_size` integer, required
    - `quantity` integer, required
    - `total_page` integer, required
    - `total_records` integer, required
  - `sort` SortResponseDTO — Informações de ordenação
    - `field_sort` string, required
    - `sort` string, required

## Other responses

- `204` — No Content
- `400` — Bad Request
- `401` — Token de autenticação inválido
- `403` — Sem permissão para acessar este evento
- `404` — Not Found
- `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)
