generateToken

generateToken

post

generateToken

This API allows you to generate an access token for a StubHub developer app & StubHub.com user account combination

Resource URL

https://api.stubcloudprod.com/sellers/oauth /accesstoken

Query Parameters


Name Values Description
grant_type
(required)

The grant type


Header Parameters


Name Values Description
Authorization
(required)

Concatenate your app’s consumer key and secret separated by a colon (:) like this - `yourAppKey:yourAppSecret`. Generate the Base64 encoded value of this concatenated text and enter 'Basic' followed by the Base64 encoded value: `Basic base64EncodedValue` **NOTE**: Refer to the [Getting Started](https://beta-developer.stubhub.com/getting-started) page for more instructions.

Body Parameters


Name Values Description
body

Request Body

HTTP Basic

OAuth 2.0

API Key

Reset

Make a request and see the response.

Make a request and see the response.

Make a request and see the response.

Resource Summary

Security

Content Type

application/json

Category

Generate access Token

Working...