GET
/
statistics
/
email-client-usage
curl --request GET \
  --url https://api.gleap.io/v3/statistics/email-client-usage \
  --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
emailServerKey
string
  • Specific email server key

Response

200 - application/json

Ok

The response is of type any.