Uses a refresh token to create an 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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Default Response
The response is of type object
.