A global self-service ticketing and event technology platform for live experiences. Enables creators to plan, promote, and sell tickets for events of all sizes. The Eventbrite Platform exposes a REST API plus webhooks that lets developers manage events, attendees, orders, organizations, ticket classes, and venues.
APIs.json: https://raw.githubusercontent.com/api-evangelist/eventbrite/refs/heads/main/apis.yml
- Type: Index
- Events
- Event Technology
- Ticketing
- Marketplace
- Created: 2026-05-05
- Modified: 2026-05-16
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.
- Human URL: https://www.eventbrite.com/platform/api
- Base URL:
https://www.eventbriteapi.com/v3
- Events
- Attendees
- Orders
- Organizations
- Ticket Classes
- Venues
- Categories
- Documentation
- Signup U R L
- Authentication
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
Eventbrite Webhooks deliver HTTP POST notifications to subscriber URLs when events such as event publish/unpublish, order placement and updates, attendee changes, refunds, and check-ins occur on Eventbrite. Developers register webhook endpoints against an organization via the Platform API and use the resulting payloads to drive real-time integrations without polling the REST API.
- Human URL: https://www.eventbrite.com/platform/api#/reference/webhook
- Base URL:
https://www.eventbriteapi.com/v3
- Webhooks
- Events
- Orders
- Notifications
- Automation
The Eventbrite Python SDK is an open-source client library maintained by Eventbrite that provides idiomatic Python access to the Eventbrite Platform API for managing events, orders, attendees, and related resources.
- Human URL: https://github.com/eventbrite/eventbrite-sdk-python
- Base URL:
https://www.eventbriteapi.com/v3
- SDK
- Python
- Client Library