/eventbrite/events/tickets

POST /api/eventbrite/events/tickets

Price: 10 credits

Get Eventbrite event ticket and pricing information by event id or event URL: sales status, free and sold-out flags, price range and currency, number of ticket classes, availability flags (available tickets, waitlist, early-bird, buy-one-get-one), donations and add-ons flags, and sales start/end dates. The domain parameter selects the country marketplace.

How to use it

Fetch Eventbrite ticket information for a single event by id (e.g. 1439262917129) or event URL. Returns one item with event_id, sales_status, is_free, is_sold_out, min_price, max_price, currency, ticket_class_count, has_available_tickets, has_bogo_tickets, has_early_bird_tickets, waitlist_available, has_donations, has_addons, and sales_start_at/sales_end_at (unix seconds, UTC). Use the domain parameter to select the country marketplace.

Parameters

Request body

Response

Errors

Response headers