Refresh a Token
Authentication
Refresh a Token
Generate a new token pair based on a refresh token.
POST
Refresh a Token
Exchanges a
refresh_token received from the Issue Token endpoint for a new
pair of access_token and refresh_token
- The TTLs returned from this API are actually the time that the token will expire; i.e. not validity in number of seconds since creation.
- The timestamps, i.e. TTLs returned from this endpoint are NOT in ISO 8601 format. Rather it is in the format
YYYY-MM-DD HH:MM:SS+00.
Body
application/json
The refresh_token received from the Issue a token endpoint.
Response
Token issued successfully
Example:
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Example:
"2025-12-28 10:34:45+00"
Example:
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Example:
"2025-12-28 10:34:45+00"
Example:
"2025-12-21 10:34:45+00"
