Skip to main content

Eventbrite Oauth2 Keys

Description

General

  • Documentation: https://www.eventbrite.com/platform/docs/introduction
  • Summary: Eventbrite is an event management and ticketing website. The OAuth2 key provided allows authorizing users for the app partners.
  • IPs allowlist: This feature is not available.
  • Scopes: The private token gives permission to generate client secret tokens, used during client authentication.

Revoke the secret

Revocation of the API private key used for OAuth is not possible through the website.

Check for suspicious activity

It doesn't seem like there is a way to check suspicious activity via Eventbrite's API or dashboard.

Details for Eventbrite oauth

  • Family: Api

  • Category: Other

  • Company: Eventbrite

  • High recall: False

  • Validity check available: False

  • Minimum number of matches: 2

  • Occurrences found for one million commits: 0.12

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions:
- ^lock$
- ^storyboard(c|er)?~?$
- ^xib$
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: false
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- eventbrite

Examples

- text: url="eventbrite.com" app_key="UUYEQ6AZ6HSJKNABFD" client_secret="KWFDUFERNY1K329ZBKNZQZJDK3FGCFUAVL4FE6ZC3Z25UEAB23"
client_id: 'UUYEQ6AZ6HSJKNABFD'
client_secret: 'KWFDUFERNY1K329ZBKNZQZJDK3FGCFUAVL4FE6ZC3Z25UEAB23'

How can I help you ?