> For the complete documentation index, see [llms.txt](https://developers.myhubdelivery.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.myhubdelivery.io/master/master-2/loggi.md).

# Loggi

#### Configurações

<table><thead><tr><th>Chave</th><th>Valor</th><th data-type="checkbox">Obrigatório</th></tr></thead><tbody><tr><td>LOGGI.USERNAME</td><td>Informar o e-mail cadastrado</td><td>true</td></tr><tr><td>LOGGI.PASSWORD</td><td>Senha do e-mail informado</td><td>true</td></tr></tbody></table>

```json
[
    { "Key": "LOGGI.USERNAME", "Value": "email@email.com" },
    { "Key": "LOGGI.PASSWORD", "Value": "ZjQ2MTRiYjM3OWZkNGU3" }
]
```
