v1
latestOpenAPI 3.0.32026-07-2431396640.5 KBcrm-v1-contacts
Obter contato
Obter contato
get/contacts/{contact_id}
Path parameters
contact_idstring required
ID do contato.
Response
Success
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"
}