43f4f62c36f2

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-11738301576.2 KB
Users

Refresh access token

Reads the refresh_token from an HTTP-only cookie and issues a new JWT access token if the refresh token is still valid.

post/users/refresh-token

Cookies

refresh_tokenstring required

JWT refresh token set during login

Response

New access token issued

messagestring

Example response

{
  "message": "OK"
}