Eventbrite Platform API
The Eventbrite Platform API is a REST API that lets developers manage events, attendees, orders, organizations, ticket classes, venues, categories, and event series on Eventbrite. The API uses OAuth 2.0 with bearer tokens (private and OAuth-issued tokens); resources are accessed under the v3 base path at https://www.eventbriteapi.com/v3 and return JSON payloads. Typical use cases include syncing event inventory into external sites, fulfilling tickets and check-in flows, embedding event creation into partner platforms, and reporting on attendee and sales data.