Provides ticket statistics for a specific tour, aggregating data across all its events.
Custom Bearer token authentication for accessing private organizer endpoints.
The unique identifier for the tour. Must be a 24-character hexadecimal string.
^[a-f0-9]{24}$The SEO-friendly slug for the tour. Accepts alphanumeric characters, hyphens, underscores, and periods.
^[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}$