Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Token refresh successful
The response is of type object
.
Get new access token using refresh token
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Token refresh successful
The response is of type object
.