Pathnovo Logo
POST/api/v1/auth/refresh🌐 Public

Exchange a refresh token for a new token pair

Query parameters

NameTypeDescription
refresh_tokenrequiredstrThe previously issued refresh token

Responses

200SuccessTokenResponse
{
  "access_token": "str",
  "token_type": "str",
  "expires_in": "int"
}
401Refresh token invalid or expired