v1

latestOpenAPI 3.0.32026-07-2431396640.5 KB
crm-v1-contacts

Obter contato

Obter contato

get/contacts/{contact_id}

Path parameters

contact_idstring required

ID do contato.

Response

Success

_idstring
{"stackTrail":"paths:/contacts/{contact_id}:get:responses:200:content:application/json:schema:properties:birthday","oasType":"schema","type":"unknown"}
contact_c_fobject
created_atstring
deal_idsstring[]
{"stackTrail":"paths:/contacts/{contact_id}:get:responses:200:content:application/json:schema:properties:facebook","oasType":"schema","type":"unknown"}
idstring
{"stackTrail":"paths:/contacts/{contact_id}:get:responses:200:content:application/json:schema:properties:linkedin","oasType":"schema","type":"unknown"}
namestring
{"stackTrail":"paths:/contacts/{contact_id}:get:responses:200:content:application/json:schema:properties:notes","oasType":"schema","type":"unknown"}
organization_idstring
{"stackTrail":"paths:/contacts/{contact_id}:get:responses:200:content:application/json:schema:properties:skype","oasType":"schema","type":"unknown"}
titlestring
updated_atstring

Example response

{
  "_id": "62bef505b1b6e300209c91f4",
  "contact_custom_fields": [
    {
      "_id": "63beb0bd710cac001ce30a6d",
      "custom_field_id": "60dcc845f69fae0016b79f53"
    }
  ],
  "created_at": "2022-07-01T10:22:13.212-03:00",
  "deal_ids": [
    "62bef50ab1b6e300209c9230"
  ],
  "emails": [
    {
      "_id": "63beb0bd710cac001ce30a8b",
      "email": "contato@gerencial.com.br"
    }
  ],
  "id": "62bef505b1b6e300209c91f4",
  "legal_bases": [
    {
      "category": "data_processing",
      "status": "granted",
      "type": "pre_existent_contract"
    }
  ],
  "name": "11 97173-0783",
  "organization": {
    "_id": "62fba8d1b633c1000ee219ac",
    "name": "aa"
  },
  "organization_id": "62fba8d1b633c1000ee219ac",
  "phones": [
    {
      "_id": "63beb0bd710cac001ce30a8c",
      "phone": "+5511971730783",
      "type": "work"
    }
  ],
  "title": "Gerente 1",
  "updated_at": "2023-01-11T09:51:09.210-03:00"
}