Create an anonymous access token for use operations not requiring an authenticated user.
cURL
curl --request POST \ --url https://api.guile.app/auth/anonymousTokens
{ "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.