refreshToken

refreshToken

post

refreshToken

This API allows you to refresh an access token that was previously generated using the [generateToken API](https://developer.stubhub.com/oauth/apis/post/accesstoken)

Resource URL

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

Header Parameters


Name Values Description
Authorization

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
grant_type

Grant type. Use `refresh_token` for refreshing the access token

refresh_token

Refresh token previously returned by the generateToken API

Request Body

Refresh Access Token

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/x-www-form-urlencoded

Category

Refresh access token

Working...