E

eventbrite.com

Eventbrite is an event management and ticketing platform for creating events, selling tickets, and managing attendees and related event data. It also lets developers integrate event discovery, event management, checkout, and reporting workflows into their own applications.

1 integration · REST

Eventbrite exposes a documented REST API at `https://www.eventbriteapi.com/v3`, authenticated with bearer private tokens; OAuth app credentials are used to obtain user tokens for acting on behalf of other users. No public GraphQL API, MCP server, or first-party CLI was found on eventbrite.com.

discovered 2mo ago
REST · OpenAPI1
Credentials
Eventbrite private tokenbearerGet token

Sign in to your Eventbrite account, open API Keys, and copy your private token. The docs say to include it as Authorization: Bearer <token> on every API request.

Eventbrite OAuth app (API key + client secret)oauth2Set up OAuth

For integrations that act on behalf of other Eventbrite users, sign in and open API Key Management. Create or manage an app to get your API Key, Client Secret, and configure a Redirect URI. Then send users to https://www.eventbrite.com/oauth/authorize and exchange the returned code at https://www.eventbrite.com/oauth/token to obtain a user private token, as described in Intro to Authentication.

conventions · 0/7 published

Publish these signals → /publishing