cURL
curl --request GET \ --url http://sandbox.mintlify.com/events/analytics \ --header 'Authorization: Bearer <token>'
{ "totalEvents": 123, "eventsByType": {}, "timeSeriesData": [ { "timestamp": "2023-11-07T05:31:56Z", "count": 123 } ] }
Get analytics and insights across all event types
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter by event type
Analysis timeframe
day
week
month
quarter
year
Event analytics response
Total number of events in the period
Breakdown of events by type
Show child attributes
Time series of event counts