This page allows you to add, view and remove tokens from your distillery account.
This table shows tokens currently associated with your account. Tokens can be used to access the API programatically.
| ID | Token | Description | Actions |
|---|---|---|---|
{{ .TokenID }}
|
(only shown once) | {{ .Description }} |
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.