POST
/
api
/
v1
/
auth
curl --request POST \
  --url https://api.partner.cubee.cz/api/v1/auth \
  --header 'Content-Type: application/json' \
  --data '{
  "refreshToken": "<string>"
}'
{
  "jwtToken": "<string>"
}

Body

The refresh token model

Model for refresh token request

Response

200
application/json

OK

Model for the response containing the JWT token