S

StubHub API

REST discovered

Details
URL
https://api.stubhub.net
Docs
https://developer.stubhub.com/docs/overview/introduction/
Authentication
StubHub OAuth application (client ID and client secret) oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

Use the StubHub developer docs at Authentication and complete StubHub's application registration process to obtain a client_id and client_secret. For server-to-server access to public data, follow Application-Only Authentication Flow and exchange your app credentials at https://account.stubhub.com/oauth2/token with grant_type=client_credentials. For user-delegated access, follow User-Login Authentication Flow: register an HTTPS redirect_uri, send the user to https://account.stubhub.com/authorize, then exchange the returned code at https://account.stubhub.com/oauth2/token.