Events API

Ingest a new user event

post
Authorizations
AuthorizationstringRequired

Your Integration API Write Only API Key. Note: You must use the Write Only API Key, not the Read + Write API Key when using this key in a public website or app for frontend analytics tracking.

Query parameters
locationEnrichmentbooleanOptional
Body
userIdstringOptionalExample: {userId} or null
anonymousIdstringOptionalExample: {anonymousId} or null
namestringOptionalExample: name_of_the_event
timestampnumberOptionalExample: 1690111645853
propertiesobjectOptional
Responses
chevron-right
204

Successful Response

No content

post
/event/ingest
204

Successful Response

No content

Ingest a batch of user events

post
Authorizations
AuthorizationstringRequired

Your Integration API Write Only API Key. Note: You must use the Write Only API Key, not the Read + Write API Key when using this key in a public website or app for frontend analytics tracking.

Query parameters
locationEnrichmentbooleanOptional
Body
Responses
chevron-right
204

Successful Response

No content

post
/event/ingest/batch
204

Successful Response

No content

circle-info

The Batch endpoint accepts up to 50 events per request

Last updated