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
required
String
Unique identifier referring to a contact, it must match a unique ID in your application like database ID or email address.
event_uid
required
String
Event name in snake_case format.
params.account_uid
optional
String
Account id is a link to an account
params.display_name
optional
String
Human readable event name.
Curl
Responses
200


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