Browse Tickets For Event
BrowseTicketsForEventFull Description
Get available ticket listings for a specific event. REQUIRES eventId - use SearchEvents first to find the event, then pass the eventId here. Returns comprehensive ticket information including seats, pricing, delivery methods, seat views, and checkout links. IMPORTANT: The response includes availableSections and availableGroups metadata showing what sections are available - section filtering uses case-insensitive partial matching (e.g., 'lower level' matches 'Lower Level 109').
Parameters (1 required, 6 optional)
eventIdnumberThe unique ID of the event to browse tickets for. REQUIRED - use SearchEvents first to find the event.
deliveryMethodstringPreferred delivery method: instant, email, mobile, mail, willcall
excludeParkingbooleanControls whether parking events appear in results. Default is 'true' (parking excluded). Set to 'false' ONLY when customer explicitly asks for parking.
maxPricenumberMaximum price per ticket
minPricenumberMinimum price per ticket
quantityNeedednumberHow many tickets the customer needs (filters by split type constraints)
sectionstringFilter by specific section using case-insensitive partial matching. You can use section names from availableSections metadata or general terms. Examples: 'lower level' matches 'Lower Level 109', 'floor' matches 'Floor A', 'section 101' matches 'Section 101'