Exchange an offline refresh token for a new authentication token.
cURL
curl --request POST \ --url https://api.guile.app/auth/exchangeRefreshToken \ --header 'Authorization: Bearer <token>'
{ "authToken": "<string>", "refreshToken": "<string>" }
Created.
The JSON representation of issued authentication tokens as the result of a successful authentication challenge or the exchange of a refresh token.
A bearer token representing an authenticated user.
An offline refresh token. Refresh tokens are exchanged for a new authentication token without going through a challenge workflow.