v1

latestOpenAPI 3.0.3Elastic License 2.02026-07-1712727.3 KB
HTTP API

Track

The track call lets you track user actions along with any properties associated with them.

post/v1/track

Request body

userIdstring

Unique identifier for a particular user in your database.

anonymousIdstring

Sets the user ID for cases where there is no unique identifier for the user.

eventstring

Name of the event being performed by the user.

propertiesobject

Dictionary of the properties associated with a particular event.

timestampstring date-time

The timestamp of the message’s arrival.

Response

StatusOK