cURL
curl --request GET \ --url https://api-v1.maverickintelligence.co/v1/people/{id}/events \ --header 'X-API-Key: <api-key>'
{ "person": { "id": "<string>", "firstName": "<string>", "lastName": "<string>", "email": "<string>", "company": "<string>" }, "data": [ { "eventId": "<string>", "sessionId": "<string>", "eventType": "page_view", "timestamp": "2023-11-07T05:31:56Z", "url": "<string>", "pageTitle": "<string>", "clickElement": "<string>", "clickHref": "<string>", "scrollPercentage": 123 } ], "pagination": { "limit": 123, "count": 123, "nextCursor": "<string>" } }
Returns page views, clicks, and scroll events for a specific person
API key in format: mk_live_{40 hex chars}
Person ID
Number of records per page
1 <= x <= 100
Pagination cursor from the previous response's nextCursor
nextCursor
List of events
Summary of the person these events belong to
Show child attributes