Endpoints
Events
Retrieve raw data for events collected with Litlyx.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Array of strings selecting the rows you want the API to return. Possible values: name
,metadata
,created_at
,session
.
From what day the API will return the data. Format: ISO.
How many element the API should return.
To what day the API will return the data. Format: ISO.
Response
200 - application/json
The response is of type object[]
. The value depends on rows you will specify in the body. It will return an object with the specified rows.