# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.even3.com.br/credenciamento.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
