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/contatos/{idContato}/pessoas \ --header 'Authorization: Bearer <token>'
{ "itens": [ { "nome": "<string>", "telefone": "<string>", "ramal": "<string>", "email": "<string>", "setor": "<string>", "id": 123 } ], "paginacao": { "limit": 123, "offset": 123, "total": 123 } }
Limite da paginação
Offset da paginação
OK
Show child attributes