Ventia
Contact
GET
/contact/{idcontact}/interactions
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/interactions"
[
  {
    "_id": "6287bb00d81dc586b61dc64f",
    "content": {
      "reminderDate": null
    },
    "company": "609b3cff61ffd5f1e446d234",
    "contact": "621e8a5463c02a8bd532ff8c",
    "status": "started",
    "via": "server",
    "type": "reminder",
    "createdAt": "2022-05-20T16:00:00.006Z",
    "updatedAt": "2022-05-20T16:00:00.006Z",
    "__v": 0
  }
]