Skip to main content
POST
Track an event

Authorizations

Authorization
string
header
required

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

Body

application/json
event
string
required
Example:

"project_created"

userExternalId
string
accountExternalId
string

Explicit account attribution — takes precedence over the user's account membership. Recommended when the user belongs to several accounts.

anonymousId
string
properties
object
timestamp
integer<int64>

Unix timestamp in milliseconds

Response

Accepted and queued for processing

ok
boolean
Example:

true

requestId
string<uuid>