Refresh JWT access token
Authentication
Refresh JWT access token
Accepts a refresh token and returns a new JWT access token if the refresh token is valid.
POST
Refresh JWT access token
Documentation Index
Fetch the complete documentation index at: https://podpora.cubee.cz/llms.txt
Use this file to discover all available pages before exploring further.
Body
The refresh token model
Model for refresh token request
Refresh token used to obtain a new access token
Minimum string length:
1Response
OK
Model for the response containing the JWT token
JWT token that is generated after successful authentication
Minimum string length:
1