Get the timestamp of the last message from or to this contact.
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/contacts/{contact_id}/last-seen \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"last_contact_at": "2023-11-07T05:31:56Z"
}Bearer token authentication using your API key
Was this page helpful?
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/contacts/{contact_id}/last-seen \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"last_contact_at": "2023-11-07T05:31:56Z"
}