Refresh access token

GET /auth/refresh-token

Tokens are considered outdated every two weeks. This route allows to extend their lifetime before they get outdated.

Responses

  • 200

    Access Token

GET /auth/refresh-token
curl \
 --request GET 'http://api.example.com/auth/refresh-token' \
 --header "Authorization: $API_KEY"