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/info \ --header 'Authorization: Bearer <token>'
{ "razaoSocial": "<string>", "cpfCnpj": "<string>", "fantasia": "<string>", "enderecoEmpresa": { "endereco": "<string>", "numero": "<string>", "complemento": "<string>", "bairro": "<string>", "municipio": "<string>", "cep": "<string>", "uf": "<string>", "pais": "<string>" }, "fone": "<string>", "email": "<string>", "inscricaoEstadual": "<string>" }
OK
Show child attributes
1
2
3
4