A new token has been created. This token will only be shown once. Please make sure to copy it now.

{{ .Token.Token }}

To test this token, you can use curl on the command line:

curl -H "Authorization: Bearer {{ .Token.Token }}" {{ .Domain }}api/v1/auth

You should receive a response with token: true inside of it.

Back To Token List