Skip to content

api-evangelist/eventbrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eventbrite (eventbrite)

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

Scope

  • Type: Index

Tags

  • Events
  • Event Technology
  • Ticketing
  • Marketplace

Timestamps

  • Created: 2026-05-05
  • Modified: 2026-05-16

APIs

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.

Tags

  • Events
  • Attendees
  • Orders
  • Organizations
  • Ticket Classes
  • Venues
  • Categories

Properties

Eventbrite Webhooks

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.

Tags

  • Webhooks
  • Events
  • Orders
  • Notifications
  • Automation

Properties

Eventbrite Python SDK

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.

Tags

  • SDK
  • Python
  • Client Library

Properties

Common Properties

About

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.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors