contact_business_event), identified by contactId. Returns 404 if no contact matches.curl --location '/contacts/a1b2c3d4-e5f6-7890-abcd-ef1234567890/events?limit=50&offset=0'{
"events": [
{
"name": "login",
"date": "2026-07-31T16:33:01Z",
"params": null
},
{
"name": "cart_add",
"date": "2026-07-31T16:32:58Z",
"params": "{\"asset_language\":\"sk\"}"
}
],
"paging": {
"offset": 0,
"limit": 50,
"totalItems": 2,
"totalPages": 1,
"links": []
}
}