Skip to main content
POST
Record Gamification Event

Authorizations

Authorization
string
header
required

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

Body

application/json
workspace_id
string<uuid>
required
event_type
string
required
Maximum string length: 100
event_id
string<uuid> | null
metadata
Metadata · object | null
profile
GamificationProfileIn · object | null

Response

Successful Response

event_id
string<uuid>
required
task_id
string
required
points_awarded
integer
required
repeated
boolean
required
summary
GamificationSummaryOut · object
required
unlocked_task_id
string | null