Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

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

Step 1: Create an Eventbrite OAuth App

1

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.
2

Create a new API key

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

Configure the redirect URI

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

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).
Never share your Client Secret publicly. Store it securely and only enter it in the Alter Vault Developer Portal.

Step 2: Add to Alter Vault

1

Open the Developer Portal

Go to portal.alterauth.com and navigate to your app.
2

Add Eventbrite provider

Go to OAuth Providers > Add Provider > Eventbrite.
3

Enter credentials

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

Save

Click Save. The provider is now active.

Notes

  • 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.