> For the complete documentation index, see [llms.txt](https://docs.vaultid.com.br/workspace/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vaultid.com.br/workspace/emissao-online/api/autenticacao-simples.md).

# Autenticação simples

<mark style="color:green;">`POST`</mark> `https://emissao-online.endpoint/api/just-auth`

#### Request Body

| Name                                       | Type   | Description                     |
| ------------------------------------------ | ------ | ------------------------------- |
| username<mark style="color:red;">\*</mark> | String | CPF ou CNPJ do BirdID           |
| otp<mark style="color:red;">\*</mark>      | String | OTP gerado no aplicativo BirdID |

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

```javascript
{
    sessionId: "emcrypt iv",
    sessionData: "encrypted token"
}
```

{% endtab %}
{% endtabs %}
