Refresh the access token using the refresh token. Note that this endpoint requires the refresh token (not access token) be sent in the Authorization header. Returns a new JWT access token.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response with new access token
The response is of type object
.