# 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&#x20;
   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: 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.erathos.com/connectors/apis/tiny-v3.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.
