Admin
Refresh Token
Refresh access token using refresh token
POST
Issue a new access token using a valid refresh token. Implements token rotation for security.
Request
string
required
Valid refresh token from login
Response
boolean
Whether the refresh succeeded
string
New JWT access token
string
New refresh token (old one is revoked)
integer
Access token expiration timestamp
integer
Refresh token expiration timestamp
object
User details object
Examples
Token Rotation
Errors
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Refresh token