contact_business_event), identified by clientContactId. Returns 404 if no contact matches.curl --location '/contacts/by-client-id/client-12345/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": []
}
}