E

Eventbrite REST API

REST discovered

Details
URL
https://www.eventbriteapi.com/v3
Docs
https://www.eventbrite.com/platform/api
Authentication
Eventbrite private token bearer discovered Get token ↗
Authorization: Bearer <credential>

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) oauth2 discovered Set 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.