This page allows you to add, view and remove tokens from your distillery account.

My Tokens

This table shows tokens currently associated with your account. Tokens can be used to access the API programatically.

{{ $csrf := .CSRF }} {{ range .Tokens }} {{ end }}
ID Token Description Actions
{{ .TokenID }} (only shown once) {{ .Description }}
{{ $csrf }}

To check if a token is working, you can use something like:

curl -H "Authorization: Bearer <token>" {{ .Domain }}api/v1/auth

When using a working token, you should get a response with Token: true in it.