Skip to main content
GET
/
contatos
/
{idContato}
/
pessoas
/
{idPessoa}
Obter pessoa de contato
curl --request GET \
  --url https://api.tiny.com.br/public-api/v3/contatos/{idContato}/pessoas/{idPessoa} \
  --header 'Authorization: Bearer <token>'
{
  "nome": "<string>",
  "telefone": "<string>",
  "ramal": "<string>",
  "email": "<string>",
  "setor": "<string>",
  "id": 123
}

Path Parameters

idContato
integer
required
idPessoa
integer
required

Response

OK

nome
string | null
telefone
string | null
ramal
string | null
email
string | null
setor
string | null
id
integer | null