GET
/
statistics
/
raw-data
curl --request GET \
  --url https://api.gleap.io/v3/statistics/raw-data \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

timezone
string
  • Timezone for date calculations
groupInterval
enum<string>
Available options:
day,
month,
year
skip
number
limit
number
groupedBy
string
aggsType
string
startDate
string
  • Start date for filtering (ISO format)
endDate
string
  • End date for filtering (ISO format)
createdAt
string
updatedAt
string
type
string
  • Type of raw data to retrieve

Response

200 - application/json

Ok

The response is of type any.