POST /api/v1/events
Ingest one or more customer events.Request Body — Single Event
| Field | Type | Required | Description |
|---|---|---|---|
eventType | string | Yes | Event type identifier (e.g., page_view, purchase, cart_add) |
customerId | string | No | Customer identifier |
sessionId | string | No | Session identifier |
timestamp | string | No | ISO 8601 timestamp (defaults to now) |
properties | object | No | Arbitrary event properties |