Buscar contato

Retorna detalhes de um contato especificado pelo ID.

GET - 200

{
  "success": true,
  "data": {
    "emails": ["[email protected]"],
    "phones": ["+55 999999999"],
    "site": "https://site.com",
    "origin": 1,
    "birth_date": "2022-04-01T03:00:00Z",
    "customer_date": "2022-04-01T03:00:00Z",
    "life_cycle": 4,
    "gender": 3,
    "lead_scoring": 0,
    "source_id": 1,
    "source": {
      "id": 1,
      "name": "Instagram"
    },
    "jobtitle_id": 1,
    "jobtitle": {
      "id": 1,
      "name": "Desenvolvedor"
    },
    "parent_id": 1,
    "parent": {
      "id": 1,
      "name": "Nome do representante",
      "full_name": "Nome completo do representante",
      "email": "[email protected]",
      "phone": "55 9 99999999",
      "document": "294.515.040-95",
      "image": "https://image-url/image.png",
      "image_min": "https://image-url/image.png",
      "show_name": "Nome exibido da representante"
    },
    "responsible_id": 1,
    "responsible": {
      "id": 1,
      "name": "Nome do responsável",
      "full_name": "Nome completo do responsável",
      "email": "[email protected]",
      "phone": "55 9 99999999",
      "document": "294.515.040-95",
      "image": "https://image-url/image.png",
      "image_min": "https://image-url/image.png",
      "show_name": "Nome exibido do responsável "
    },
    "author_id": 1,
    "author": {
      "id": 1,
      "detail": "Nome do autor",
      "type": 1,
      "user_id": 1,
      "automation_id": 1,
      "form_id": 1,
      "import_id": 1,
      "user_uid": 1
    },
    "creation_date": "2020-11-12T14:00:20Z",
    "update_date": "2021-11-03T13:27:58Z",
    "addresses": [
      {
        "id": 1,
        "person_id": 1,
        "account_id": 1,
        "street": "Rua Padre Cacique",
        "number": "985",
        "city": "Três de Maio",
        "state": "Rio Grande do Sul",
        "country": "Brasil",
        "postal_code": "98910-000",
        "complement": "Sala 201",
        "neighborhood": "Centro",
        "static_map": "https://atendare.storage.googleapis.com/0eae10f8-8302-4d2a-9e8f-a61ba6fd8f53/address/41723ba8-b8c9-4312-bb2f-06cf1926482a.png",
        "is_main": true,
        "type": 3,
        "latitude": -27.7766353,
        "longitude": -54.235557,
        "place_id": "ChIJFTUQnYpR-ZQRh2TnZ6x89m0",
        "full_address": "Rua Padre Cacique, 985 - Centro, Três de Maio - Rio Grande do Sul - Brasil, 98910-000",
        "url_address": "Rua+Padre+Cacique%2C+985+-+Centro%2C+Tr%C3%AAs+de+Maio+-+Rio+Grande+do+Sul+-+Brasil%2C+98910-000"
      }
    ],
    "groups": [
      {
        "id": 1,
        "name": "Grupo A"
      },
      {
        "id": 2,
        "name": "Nome do grupo"
      }
    ],
    "tags": [
      {
        "id": 3,
        "name": "Nome da Tag",
        "color": "#ffffff"
      }
    ],
    "companies": [
      {
        "id": 1,
        "name": "Nome da empresa",
        "full_name": "Nome completo da empresa",
        "email": "[email protected]",
        "phone": "55 9 99999999",
        "document": "294.515.040-95",
        "image": "https://app.atendare.com/Account/Image/Index/No",
        "image_min": "https://app.atendare.com/Account/Image/Index/No/30",
        "show_name": "Nome exibido da empresa"
      },
      {
        "id": 2,
        "name": "Nome da empresa 2",
        "full_name": "Nome completo da empresa 2",
        "email": "[email protected]",
        "phone": "55 9 99999999",
        "document": "294.515.040-95",
        "image": "https://app.atendare.com/Account/Image/Index/No",
        "image_min": "https://app.atendare.com/Account/Image/Index/No/30",
        "show_name": "Nome exibido da empresa 2"
      }
    ],
    "company_id": 1,
    "company": {
      "id": 1,
      "name": "Nome da empresa",
      "full_name": "Nome completo da empresa",
      "email": "[email protected]",
      "phone": "55 9 99999999",
      "document": "294.515.040-95",
      "image": "https://app.atendare.com/Account/Image/Index/No",
      "image_min": "https://app.atendare.com/Account/Image/Index/No/30",
      "show_name": "Nome exibido da empresa"
    },
    "id": 1,
    "name": "Nome do contato",
    "full_name": "Nome completo do contato",
    "email": "[email protected]",
    "phone": "+55 999999999",
    "document": "294.515.040-95",
    "image": "https://app.atendare.com/Account/Image/Index/No",
    "image_min": "https://app.atendare.com/Account/Image/Index/No/30",
    "show_name": "Nome exibido do contato",
   	"custom_exemple": "custom value" // Campos personalizados sempre começam co om prefixo custom_
  }
}
Language
Click Try It! to start a request and see the response here!