Skip to content

OAuth providers

Eventbrite

Set up Eventbrite OAuth for event management and ticketing

Connect your users to Eventbrite for event creation, attendee management, and ticketing data.

PropertyValue
Provider IDeventbrite
CategoryBusiness
PKCENot supported
Token refreshNot supported (permanent tokens)
Redirect URIShown in Developer Portal

Go to the Eventbrite API Keys page

Sign in to Eventbrite, open Account Settings, and go to API Keys under Developer Links — or open eventbrite.com/account-settings/api-keys directly.

Create a new API key

Click Create API key and fill in the contact name, application name, application URL, and description.

Configure the redirect URI

Add the Alter callback URL from the Developer Portal to the OAuth Redirect URI field, then click Create Key.

Wait for approval and retrieve credentials

Eventbrite reviews each API key request and sends an approval email. Once approved, open the API key to copy the Client ID (API Key) and Client Secret (OAuth Client Secret).

Open the Developer Portal

Go to portal.alterauth.com and navigate to the application.

Add Eventbrite provider

Go to OAuth Providers > Add Provider > Eventbrite.

Enter credentials

  • Client ID: Paste your Eventbrite Client ID
  • Client Secret: Paste your Eventbrite Client Secret

Save

Click Save. The provider is now active.

  • Eventbrite issues permanent (non-expiring) access tokens. There is no refresh token flow.
  • Access is granted to all Eventbrite API scopes by default — no scope selection is required.
  • See the Eventbrite API documentation for more details.