API version 2.0
Tracking API

Event

2min

Events are called when recording a specific action in the application. Events are specific to contacts defined by their unique_id.


POST
Request
Body Parameters
contact_uid
String
required
Unique identifier referring to a contact, it must match a unique ID in your application like database ID or email address.
event_uid
String
required
Event name in snake_case format.
params.account_uid
String
optional
Account id is a link to an account
params.display_name
String
optional
Human readable event name.
Curl
Responses
200


POST
Request
Body Parameters
contact_uid
String
required
Unique identifier referring to a contact, it must match a unique ID in your application like database ID or email address.
event_uid
String
optional
Event name in snake_case format.
params.account_uid
String
optional
Account id is a link to an account
params.display_name
String
optional
Human readable event name.
Curl
Responses
200