Obtaining API keys for the Eventbrite API

Obtaining API keys for the Eventbrite API

Dec 5, 2019

This tutorial demonstrates how to create an OAuth application to use with the Eventbrite API. This tutorial covers (i) creating your application; (ii) configuring the redirect URI with Bearer.sh; as well as (iii) retrieving your OAuth 2.0 client ID and client secret.

Steps to follow:

  1. Visit the Eventbrite Developer Platform - https://www.eventbrite.com/platform
  2. Select "Get a Free API Key"
  3. Log in or create an Eventbrite account
  4. Your application will appear in "Developer links" under the account settings.
  5. Select "API Key Details"
  6. Make sure to enter https://int.bearer.sh/v2/auth/callback for the OAuth Redirect URI.
  7. That's it!