> ## Documentation Index
> Fetch the complete documentation index at: https://api-docs.erp.olist.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pesquisar Formas de Envio

> Serviço destinado a consultar formas de envio cadastradas.

## Endpoint

```
POST https://api.tiny.com.br/api2/formas.envio.pesquisa.php
```

## Parâmetros

| Parâmetro | Tipo   | Ocorrência  | Descrição                                 |
| --------- | ------ | ----------- | ----------------------------------------- |
| token     | string | obrigatório | Chave gerada para identificar sua empresa |
| formato   | string | obrigatório | Formato do retorno (json)                 |
| nome      | string | opcional    | Nome da forma de envio                    |
| ativa     | string | opcional    | S ou N                                    |

## Exemplo de chamada

```bash theme={null}
curl -X POST https://api.tiny.com.br/api2/formas.envio.pesquisa.php \
  -d "token=SEU_TOKEN&formato=json&ativa=S"
```
