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
Example response
{
"success": true
}Exchange the refresh_token HttpOnly cookie for a new access token. Rotates the refresh token on each use.
New access token issued
{
"success": true
}