# Armazenando credenciais na LogAPI

Por padrão, você deve enviar as credenciais da API da transportadora na requisição de rastreamento.

No entanto, você pode armazenar esses dados no painel LogAPI, o que torna a requisição mais segura (pois as credenciais não são transmitidas) e muito mais prática, já que não precisará ajustar as credenciais em cada requisição ao alternar transportadoras.

Assim, a requisição ficará como o exemplo a seguir, dispensando o envio das credenciais.

```json
{
    "carrierName": "loggi",
    "trackingIdentifiers": {
        "trackingCode": "EBW2NR3T"
    }
}
```

Para isso, acesse o painel LogAPI e cadastre as transportadoras que pretende utilizar, salvando as credenciais.&#x20;


---

# 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://ajuda.logapi.com.br/intergrando-logapi/armazenando-credenciais-na-logapi.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.
