Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Event object that needs to be created
Metric name
Value of the metric
Timestamp of the event
Enso ID of the customer entity associated with the event. If Enso id is not known, you can pass any of the unique identifiers of the customer entity instead.
Additional metadata for the event
Unique identifier for the event. This is an optional field that can be used to track events uniquely. If not passed, an eventId will be generated based on meteric, value, timestamp and CustomerEntityId.