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.| 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
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.
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Enter credentials
- Client ID: Paste your Eventbrite Client ID
- Client Secret: Paste your Eventbrite Client Secret
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.