StubHub · Authentication Profile

Stubhub Authentication

Authentication

StubHub secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and clientCredentials flow(s).

CompanyMarketplacesTicketsEventsTicketingLive EventsSecondary MarketE-commerceSportsConcerts
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

oauth2 oauth2
· flows: clientCredentials, authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/stubhub-account-openapi.yml, openapi/stubhub-catalog-openapi.yml, openapi/stubhub-inventory-openapi.yml,
  openapi/stubhub-sales-openapi.yml, openapi/stubhub-webhooks-openapi.yml
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
schemes:
- name: oauth2
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: https://account.stubhub.com/oauth2/token
    scopes: 1
  - flow: authorizationCode
    authorizationUrl: https://account.stubhub.com/authorize
    tokenUrl: https://account.stubhub.com/oauth2/token
    scopes: 9
  description: OAuth2. All API requests must be authenticated.
  sources:
  - openapi/stubhub-account-openapi.yml
  - openapi/stubhub-catalog-openapi.yml
  - openapi/stubhub-inventory-openapi.yml
  - openapi/stubhub-sales-openapi.yml
  - openapi/stubhub-webhooks-openapi.yml