Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Your organization's Project Token (starts with rk-). Get it from Settings.

Body

application/json
userId
string
required

User ID (must match the userId used in /identify)

event
string
required

Event name (e.g. report_exported, video_watched, meeting_scheduled, post_created, etc)

properties
object

Optional event metadata

timestamp
string<date-time>

Optional. When to record the event in ISO 8601 format (e.g., 2024-01-01T00:00:00Z or 2024-01-01). Use for backfilling past events. Defaults to now in the organizion timezone when omitted.

Response

Event tracked successfully. Response body: { "success": true }.

success
boolean
required

Indicates the request was successful