cURL
curl --request POST \ --url https://api.partner.cubee.cz/api/v1/auth \ --header 'Content-Type: application/json' \ --data '{ "refreshToken": "<string>" }'
{ "jwtToken": "<string>" }
Accepts a refresh token and returns a new JWT access token if the refresh token is valid.
The refresh token model
Model for refresh token request
OK
Model for the response containing the JWT token
Was this page helpful?