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.
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.
- Eventbrite REST APIdiscovered
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.
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
- integrations.json——
- llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing