# Versionamento da API

Estamos constantemente aprimorando nossa API com novos recursos e melhorias. No entanto, garantimos que seu aplicativo não será afetado por essas mudanças. Se fizermos alterações significativas em um endpoint, lançaremos uma nova versão da API.

**Versão atual da API: V1**

Consideramos as seguintes alterações como **compatíveis com versões anteriores:**

* Adicionar novos endpoints na API;
* Adicionar novos parâmetros opcionais na requisição;
* Tornar um parâmetro obrigatório da requisição em opcional;
* Adicionar novas propriedades às respostas API existentes;
* Adicionar novos eventos a webhooks (isso significa que seu endpoint de webhook deve lidar com tipos de eventos desconhecidos, por exemplo ignorando-os com um retorno status 200).\
  \
  **Informaremos por email sempre que alguma alteração for feita.**


---

# 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://docs.zapsign.com.br/versionamento-da-api.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.
