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.

API entry from apis.yml

apis.yml Raw ↑
aid: eventbrite:platform-api
name: Eventbrite Platform API
tags:
- Events
- Attendees
- Orders
- Organizations
- Ticket Classes
- Venues
- Categories
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://www.eventbrite.com/platform/api
baseURL: https://www.eventbriteapi.com/v3
description: 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.
properties:
- type: Documentation
  url: https://www.eventbrite.com/platform/api
- type: SignupURL
  url: https://www.eventbrite.com/platform/api-keys
- type: Authentication
  url: https://www.eventbrite.com/platform/api#/introduction/authentication