> For the complete documentation index, see [llms.txt](https://docs.even3.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.even3.com.br/credenciamento.md).

# Credenciamento

## Credenciamento dos participantes no evento

<mark style="color:green;">`POST`</mark> `https://www.even3.com.br/api/v1/checkin/attendees`

Realiza credenciamento dos participantes no evento

#### Headers

| Name                                                  | Type   | Description                                               |
| ----------------------------------------------------- | ------ | --------------------------------------------------------- |
| Authorization-Token<mark style="color:red;">\*</mark> | string | Token de autenticação obtido nas configurações do evento. |

#### Request Body

| Name                                        | Type  | Description                            |
| ------------------------------------------- | ----- | -------------------------------------- |
| attendees<mark style="color:red;">\*</mark> | array | Lista de CheckinAttendees (Ver Models) |

{% tabs %}
{% tab title="200 " %}

```
"OK"
```

{% endtab %}
{% endtabs %}

<mark style="color:green;">`POST`</mark> `https://www.even3.com.br/api/v1/checkin/sessions`

Realiza credenciamento dos participantes em atividades

#### Headers

| Name                                                  | Type   | Description                                               |
| ----------------------------------------------------- | ------ | --------------------------------------------------------- |
| Authorization-Token<mark style="color:red;">\*</mark> | string | Token de autenticação obtido nas configurações do evento. |

#### Request Body

| Name                                       | Type  | Description                           |
| ------------------------------------------ | ----- | ------------------------------------- |
| sessions<mark style="color:red;">\*</mark> | array | Lista de CheckinSessions (Ver Models) |

{% tabs %}
{% tab title="200 " %}

```
"OK"
```

{% endtab %}
{% endtabs %}
