Skip to main content

Eventbrite OAuth2 Token

Description

General

  • Documentation: https://www.eventbrite.com/platform/docs/introduction
  • Summary: Eventbrite is an event management and ticketing website. The client secret token is used to authenticate API requests.
  • IPs allowlist: This feature is not available.
  • Scopes: OAuth token can only do API requests for authentication.

Revoke the secret

Client secret token can be deleted from the web interface.

Check for suspicious activity

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

Details for Eventbrite oauth token

  • Family: Api

  • Category: Other

  • Company: Eventbrite

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: True

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 0.57

  • 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" personal_oauth_token=GEHPDWRVPM2JSID4VDZE"
apikey: GEHPDWRVPM2JSID4VDZE

How can I help you ?