Auth
Refresh the access token
Uses a refresh token to create an access token
POST
/
api
/
ext
/
v1
/
oauth
/
refresh-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
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
grantType
enum<string>
requiredAvailable options:
refreshToken
refreshToken
string
requiredResponse
200 - application/json
accessToken
string
requiredrefreshToken
string
requiredexpiresIn
number
required