Skip to main content
You need permission to create API keys and OAuth applications in your Eventbrite organisation. Some organisations may require admin approval.

Generate API Key and Client Secret

Create OAuth credentials for your integration.

1

Log in to Eventbrite

Go to the Eventbrite login page and sign in with your account credentials.

Eventbrite login page showing the email field and Continue button
2

Navigate to Account Settings

Click your profile name in the top-right corner and select Account Settings from the dropdown menu.

Eventbrite dashboard with profile dropdown showing Account Settings option
3

Open API Keys

In the left sidebar, expand Developer Links and click API Keys.

Eventbrite Account Settings page with Developer Links sidebar and Create API Key button
4

Request a new key

Click the Create API Key button. Fill in the form with the following fields.

  • Under Contact Information:
  • First Name (required)
  • Last Name (required)
  • Company Name
  • Under Application Details:
  • Application URL (required) — enter your application’s website URL
  • OAuth Redirect URI — enter https://api.stackone.com/connect/oauth2/eventbrite/callback
  • Application Name (required) — choose a name for your integration
  • Description (required) — briefly describe your integration’s purpose
  • Check the I have read the terms of use checkbox and click Create Key.
Eventbrite Request a new key form with Contact Information and Application Details sections
5

Copy your credentials

On the API Keys page, find your newly created key and click Show API key, client secret and tokens to reveal the credentials.

  • Copy the API key value.
  • Copy the Client secret value and store both securely for use later.
Eventbrite API Keys page showing expanded credentials with API key, Client secret, Private token, and Public token

Find your Organization ID

The Organization ID is needed for webhook event notifications. It is optional — you can connect without it and add it later.

1

Get your Organization ID

Connect your account first without an Organization ID, then use the StackOne API to run the list_organizations action. The id field in the response contains your Organization ID.

  • Go back to StackOne Hub and edit the connected account.
  • Enter the Organization ID in the Organization ID field.
  • Click Connect to save.

Linking the Account from the Hub

1

Navigate to the Hub

Use one of the three Linking Account Methods to access the Hub.
2

Fill out the fields

Fill out the following fields using details from your provider:
  • API Key
  • Client Secret
  • Organization ID (Optional)
3

Connect

  • Click Connect
  • If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider’s authorization flow.
  • Once authorization is successful, you will see a confirmation popup

If the account linking is successful, you will see the newly linked account in your Accounts page.