Submit user interaction events.
POST /events
Authorization: Bearer <token> Content-Type: application/json
{ "user_id": "user-456", "event_type": "click", "entity_id": "item-123", "timestamp": "2025-05-10T14:00:00Z", "weight": 1.0 }
{ "message": "Event recorded successfully" }
event_type
view
like
purchase
weight
Was this page helpful?