Tokens are considered as outdated every two weeks.

GET /auth/refresh-token

This route allows to make their lifetime long before they get outdated.

Responses

GET /auth/refresh-token
curl \
 -X GET http://localhost:8080/api/auth/refresh-token \
 -H "Authorization: $API_KEY"