Ventia
Contact
GET
/contact/{idcontact}
api-key<token>

In: query

Path Parameters

idcontact*string

Response Body

application/json; charset=utf-8

curl -X GET "https://api.getventia.com/api/v1.0/contact/string"
{
  "_id": "621e8a5463c02a8bd532ff8c",
  "company": "609b3cff61ffd5f1e446d234",
  "firstName": "Agustin",
  "lastName": "Suarez",
  "origin": "local",
  "phones": [
    "+59897123456"
  ],
  "agent": "6234da84259c59d9a555c498",
  "agentAssigned": "2022-03-01T21:04:20.611Z",
  "archivingReason": "",
  "status": "closed",
  "emails": [],
  "detail": "",
  "createdAt": "2022-03-01T21:04:20.617Z",
  "updatedAt": "2022-05-20T16:00:00.004Z",
  "__v": 0,
  "lastInteraction": "2022-05-20T16:00:00.004Z",
  "archivingReasonText": "",
  "agentFullName": "Agente"
}