> For the complete documentation index, see [llms.txt](https://docs.erathos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.erathos.com/connectors/apis/tiny-v3.md).

# Tiny V3

## Using the Erathos platform:

When selecting Tiny as a new connector on the Erathos platform, you will need to create an tiny app and authorize the connection.

{% hint style="info" %}
It is necessary to have the extension "**Gestão de Aplicativos**" enabled on your Tiny Account.
{% endhint %}

<figure><img src="/files/nNrDRacn8csYEmG5i4Nd" alt=""><figcaption></figcaption></figure>

1. In your Tiny account:
   1. Navigate to `Menu` > `Configurações` > `Aba geral` > `Aplicativos`.
   2. Create a new app.
   3. Give it a name.
   4. In the **URLs de Redirecionamento** field paste the Redirect URL provided in the Erathos plataform (image above).
   5. Save and copy the **`Client ID`** and **`Client Secret`**
2. On the Erathos plataform
   1. Paste both **`Client ID`** and **`Client Secret`**.
   2. Click Save and test.
   3. Click the Authorize Integration and follow the Authorization process
   4. Click Save and test

## What endpoints can I access with the Erathos platform?

* categorias
* categorias\_receita\_despesa
* contas\_pagar
* contas\_pagar\_detalhes
* contas\_receber
* contas\_receber\_detalhes
* contatos
* contatos\_detalhes
* contatos\_tipos
* dados\_da\_empresa
* expedicao
* expedicao\_detalhes
* formas\_envio
* formas\_envio\_detalhes
* formas\_pagamento
* intermediadores
* listas\_precos
* marcas
* notas
* notas\_detalhes
* ordem\_compras
* ordem\_compras\_detalhes
* ordem\_servicos
* ordem\_servicos\_detalhes
* pedidos
* pedidos\_detalhes
* pessoas
* produto\_estoques
* produtos


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.erathos.com/connectors/apis/tiny-v3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
