OAuth providers
Eventbrite
Set up Eventbrite OAuth for event management and ticketing
Overview
Section titled “Overview”Connect your users to Eventbrite for event creation, attendee management, and ticketing data.
| Property | Value |
|---|---|
| Provider ID | eventbrite |
| Category | Business |
| PKCE | Not supported |
| Token refresh | Not supported (permanent tokens) |
| Redirect URI | Shown in Developer Portal |
Step 1: Create an Eventbrite OAuth App
Section titled “Step 1: Create an Eventbrite OAuth App”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).
Step 2: Add to Alter Vault
Section titled “Step 2: Add to Alter Vault”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.