> For the complete documentation index, see [llms.txt](https://integracao.gitbook.io/invoisys/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://integracao.gitbook.io/invoisys/endpoints/outras-consultas/enumeradores/api-crt.md).

# API - CRT

## API - CRT

<mark style="color:blue;">`GET`</mark> `https://sandbox-api.invoisys.com.br/api/enums/crt`

Retorna os tipos de CRT

#### Headers

| Name          | Type   | Description                          |
| ------------- | ------ | ------------------------------------ |
| Content-type  | string | `application/x-www-form-urlencode​d` |
| Accept        | string | `application/js​on`                  |
| Authorization | string | `bearer <valor​>`                    |

{% tabs %}
{% tab title="200 " %}

```javascript
[
  {
    "key": 1,
    "value": "Simples Nacional"
  },
  {
    "key": 2,
    "value": "Simples Nacional Excesso Sublimite da Receita Bruta"
  },
  {
    "key": 3,
    "value": "Regime Normal"
  }
]
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}

#### Swagger

[Você poderá acessar a nossa API e o seu respectivo modelo de envio em nossa plataforma Swagger!](https://sandbox-api.invoisys.com.br/swagger/ui/index#!/Enums/Enums_GetAllModalidadeFrete)
{% endhint %}

## APIs Relacionadas 🎈

* [Cadastro de Empresa](/invoisys/endpoints/cadastros-basicos/empresa-1/empresa.md)
