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
post
/event/ingest
204

Successful Response

No content

Last updated