Auth
Refresh Token
Exchange a current token for a new short-lived JWT access token.
POST
POST
Headers
string
required
Bearer <access_token> — the current (not yet expired) JWT.Response
boolean
true when a new token has been issued.string
A new signed JWT (RS256). Replace the previous token in your client store.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200
New access token issued