v1
latestOpenAPI 3.1.02026-07-226250251.5 KBAuthentication
Refresh a Token
Generate a new token pair based on a refresh token.
post/v1/oauth/refresh-token
Request body
Response
Token issued successfully
Example response
{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"access_token_ttl": "2025-12-28 10:34:45+00",
"refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"refresh_token_ttl": "2025-12-28 10:34:45+00",
"current_time": "2025-12-21 10:34:45+00"
}