Skip to main content
POST
Ingest an event (track / identify)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
event_type
enum<string>
required
Available options:
track,
identify
name
string
company
object
user
object
traits
object
idempotencyKey
string

Response

Event ingested

ok
boolean
data
object
Last modified on September 19, 2026