v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-037389158.9 KB
AuthService

RefreshToken exchanges a valid refresh token for a new access token. The refresh token is read from the HttpOnly cookie. Returns a new short-lived access token.

post/api/v1/auth/refresh

Request body

RefreshTokenRequest required

Response

OK

accessTokenstring

The new short-lived access token.

expiresAtstring date-time

When the access token expires.