Auth
Reissue Token
POST {{apiUrl}}/api/auth
Request Body
Name
Type
Description
refreshToken*
String
accessToken*
String
{
"accessToken": "newAccessToken"
}{
"timestamp": "2022-11-18T06:49:40.549+00:00",
"status": 500,
"error": "Internal Server Error",
"message": "JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted.",
"path": "/api/auth/refresh"
}Last updated