curl -X GET "https://api.usegately.com/api/v1/analytics/stats?start_date=2024-01-01&end_date=2024-01-31" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "events": [ { "id": "evt_123", "event_name": "page_view", "properties": { "page": "/pricing" }, "user_id": "user_123", "created_at": "2024-01-15T10:30:00Z" } ] }
Get aggregated analytics statistics
Was this page helpful?