Retrieve statistics for a specific event
Provides ticket statistics for a specific event, including breakdowns for tickets sold, reserved, available, and more.
Authorizations
Custom Bearer token authentication for accessing private organizer endpoints.
Query Parameters
The unique identifier for the event. Must be a 24-character hexadecimal string. Note: If you provide this parameter, do not provide eventSlug.
^[a-f0-9]{24}$The SEO-friendly slug for the event. Accepts alphanumeric characters, hyphens, underscores, and periods. Note: If you provide this parameter, do not provide eventId.
^[a-zA-Z0-9-_\\.]+$The from date in the range of dates for the request. Must be a 24-character hexadecimal string. Note: dates should be in the format YYYY-MM-DD. If not provided, defaults to the earliest date available.
^\d{4}-\d{2}-\d{2}$The end date in the range of dates for the request. Must be a 24-character hexadecimal string. Note: dates should be in the format YYYY-MM-DD. If not provided, defaults to the current date.
^\d{4}-\d{2}-\d{2}$