Get a contact
Devuelve información de un contacto existente
Retrieves the information of an existing contact.
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"id": 12345,
"firstName": "Juan",
"lastName": "Perez",
"phone": "+593998922334",
"email": "[email protected]",
"language": "es",
"profilePic": "https://cdn.ecuabots.com/profile_avatar.png",
"countryCode": "EC",
"custom_fields": [
{
"name": "Company Website",
"value": "https://example.com"
}
],
"status": "open",
"tags": [
"new_customer, sales"
],
"assignee": {
"id": 12345,
"firstName": "Juan",
"lastName": "Perez",
"email": "[email protected]"
},
"created_at": 1663274081
}Ejemplo de la petición:
Respuesta - Success (HTTP status → 200)
Last updated