get https://{youraccountname}.api-us1.com/api/3/contacts//trackingLogs
Get a log of events for a Contact
{
"eventTracking" {
"enabled": true
}
}
Response
Get a log of events for a Contact
{
"eventTracking" {
"enabled": true
}
}
xxxxxxxxxx
curl --request GET \
--url https://youraccountname.api-us1.com/api/3/contacts/contactId/trackingLogs \
--header 'accept: application/json'