Skip to main content
POST
Refresh JWT access token

Body

The refresh token model

Model for refresh token request

refreshToken
string
required

Refresh token used to obtain a new access token

Minimum string length: 1

Response

OK

Model for the response containing the JWT token

jwtToken
string
required

JWT token that is generated after successful authentication

Minimum string length: 1