v8
OpenAPI 3.1.02026-08-033623795.0 MBEvents
Create Event
Tracks a conversion or engagement event for an account.
post/events
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Example request
{
"context": {
"fingerprint_confidence": 6.9
},
"duration": 42,
"event_id": "evnt_xxxxxxxxxxxxx",
"event_name": "course_completed",
"event_time": "2023-12-01T05:00:00.401Z",
"plan_id": "plan_xxxxxxxxxxxxx",
"product_id": "prod_xxxxxxxxxxxxx",
"user": {
"birthdate": "1990-01-15",
"member_id": "mber_xxxxxxxxxxxxx",
"membership_id": "mem_xxxxxxxxxxxxxx",
"user_id": "user_xxxxxxxxxxxxx"
},
"value": 6.9
}Response
event created