v1

latestOpenAPI 3.1.02026-08-045217107.2 KB
Auth

Refresh Token

Exchange the refresh_token HttpOnly cookie for a new access token. Rotates the refresh token on each use.

post/auth/refresh

Response

New access token issued

successboolean
accessTokenstring

JWT access token (15 min expiry). Store in memory only.

messagestring

Example response

{
  "success": true
}