Retrieve aggregated statistics for an event including total revenue and tickets sold.
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/hosts/{host}/events/{event}/statistics
- QA Serverhttps://qa.ticketingevents.com/v3/hosts/{host}/events/{event}/statistics
- Production Serverhttps://api.ticketingevents.com/v3/hosts/{host}/events/{event}/statistics
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/hosts/{host}/events/{event}/statistics?after=2019-08-24T14%3A15%3A22Z&before=2019-08-24T14%3A15%3A22Z&interval=hour' \
-H 'X-API-Key: YOUR_API_KEY_HERE'The event statistics resource was successfully retrieved.
Response
{ "start": "2025-08-01 00:00:00", "end": "2026-08-01 00:00:00", "gross_sales": 100000, "tickets_sold": 200, "breakdown": [ { … }, { … } ] }