v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01703301564.3 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"
}