EVENTS
Send server-side events
Ingest a batch of tracking events from your server. Each event is transformed into Upstack’s canonical event and processed exactly like a pixel event — identity resolution, enrichment, analytics, and real-time forwarding to your configured destinations.
Each event carries an event name, optional user data (identity traits),
event data, and a few general context fields. Use a standard event name
(e.g. purchase, add_to_cart) or your own custom name
(^[a-zA-Z][a-zA-Z0-9_]*$).
Required scope: events:write.
POST
Authorizations
Your Upstack API key. Starts with upstack_.
The pixel id the request targets.
Body
application/json
Required array length:
1 - 100 elements