# Headers para Requisições

**Como o header incorreto está na requisição?**\
\
O header incorreto é referente ao Token(X-Api-Key da SkyHub) e está da seguinte forma:

> X-User-Token: XXXX

&#x20;**Como o header deve ser informado na requisição?**\
\
O header que devem possuir na requisição para a SkyHub, é o seguinte:

> X-Api-Key: XXXX

&#x20;**Quais são os headers para requisições na SkyHub?**\
\
O headers necessários para as requisições na API da SkyHub devem ser os seguintes e são obrigatórios:

```
#Headers de autenticação
X-User-Email: email_de_usuario,
X-Api-Key: token_de_integracao,
X-Accountmanager-Key: token_account,
Accept: application/json,
Content-Type: application/json
```

{% hint style="warning" %}
É importante a alteração, pois, pode retornar erro as requisições feitas para a API SkyHub.
{% endhint %}


---

# 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://desenvolvedores.skyhub.com.br/comunicados/comunicados-2020/headers-para-requisicoes-vigente-desde-09-06-20.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.
