Ventia
Contact
GET
/contacts
api-key<token>

In: query

Response Body

application/json; charset=utf-8

curl -X GET "https://api.getventia.com/api/v1.0/contacts"
[
  {
    "_id": "621e8a5463c02a8bd532ff8c",
    "company": "609b3cff61ffd5f1e446d234",
    "firstName": "Agustin",
    "lastName": "Suarez",
    "origin": "local",
    "phones": [
      "+59897123678"
    ],
    "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 Uno"
  }
]