# Dúvidas frequentes

### **Porque não recebo Refresh Token?**

O fluxo Client Credentials não necessita de Refresh Token. Após a expiração do *access\_token*, basta realizar uma nova requisição ao OAuth.

### **Posso reutilizar o access\_token?**

O access\_token pode ser reutilizado para várias requisições durante o seu tempo de vida que consta no atributo expires\_in.

O Atributo expires*in* está em segundos e é contado a partir do momento da geração do access\_toke&#x6E;*.*

### Mensagens de status <a href="#mensagens-de-erro-e-status" id="mensagens-de-erro-e-status"></a>

Em nossas APIS, as respostas seguem o padrão de HTTP Status code \[[RFC 7231](https://tools.ietf.org/html/rfc7231#page-47)]:

200-299 – A requisição foi recebida e executada com sucesso.

400-499 - A requisição contém um erro de sintaxe ou formatação e não pode ser realizada.

500-599 - O servidor possui um erro e não pode executar uma requisição aparentemente válida.

\
Nossos HTTP Status Code mais utilizados são:

| 200 | OK                    |
| --- | --------------------- |
| 201 | Created               |
| 400 | Bad Request           |
| 401 | Unauthorized          |
| 403 | Forbidden             |
| 404 | Not Found             |
| 405 | Method Not Allowed    |
| 429 | Too Many Requests     |
| 500 | Internal Server Error |
| 503 | Service Unavailable   |


---

# 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.consistem.com.br/consistem-whatsapp-api/readme/duvidas-frequentes.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.
