E
Eventbrite REST API
Details
- URL
-
https://www.eventbriteapi.com/v3 - Docs
- https://www.eventbrite.com/platform/api
Authentication
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.
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.