Authentication
Refresh an access token
Refresh the access token
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Refresh the access token
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.