Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.tiny.com.br/public-api/v3/intermediadores \ --header 'Authorization: Bearer <token>'
{ "itens": [ { "id": 123, "nome": "<string>", "cnpj": "<string>", "canalVenda": "<string>" } ], "paginacao": { "limit": 123, "offset": 123, "total": 123 } }
Pesquisa por nome parcial ou completo do intermediador
Pesquisa por cnpj do intermediador
Limite da paginação
Offset da paginação
OK
Show child attributes