Skip to main content
POST
Refresh the access token
You received your refreshToken using the Create OAuth Tokens API
Now you can use it to receive a short-lived (10 minutes) accessToken

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
grantType
enum<string>
required
Available options:
refreshToken
refreshToken
string
required

Response

Default Response

accessToken
string
required
refreshToken
string
required
expiresIn
number
required