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.
Lista de regimes tributários para cadastro de empresas.
POST https://api.tiny.com.br/api2/tabelas.regimes.tributarios.php
curl -X POST https://api.tiny.com.br/api2/tabelas.regimes.tributarios.php \ -d "token=SEU_TOKEN&formato=json"
{ "retorno": { "status": "OK", "regimes": [ {"codigo": 1, "descricao": "Simples Nacional"}, {"codigo": 2, "descricao": "Simples Nacional - Excesso"}, {"codigo": 3, "descricao": "Regime Normal"} ] } }