Overview
This request allows you to get contact activity for a specific contact. This includes subscribe, unsubscribe, message sent, and workflow enrollment events.
The Method
This uses GET method and the endpoint is https://[YourURL]/api/2.0/contacts/activity/:contact_id
Responses
Expected response from the API call:
{
“content”:{
“status”:0,
“date”:null,
“generator”:””,
“cache”:null,
“cookies”:[
],
“content”:null,
“variables”:{
“contact_activity”:[
{
“date”:”1711094401″,
“description”:”Was sent an email
}
]
}