API Tokens are personal access tokens that allow third-party applications to authenticate with the Flusso API on your behalf. Each token is scoped to specific abilities and can optionally have an expiry date.
external-api ability, which grants access
to the Flusso external API endpoints.
Tokens are stored as hashed values in the database. Flusso never stores or displays the plain-text token after the initial creation screen. Treat your tokens like passwords — do not commit them to version control or share them in plain text.
All your active tokens are listed in a table with the following columns:
| Column | Description |
|---|---|
| Name | The label you assigned when creating the token. |
| Last Used | The date and time the token was last used to make an API request. Shows "Never" if the token has not been used yet. |
| Created | The date the token was created. |
| Expires | The expiry date, if one was set. Shows "Never" for non-expiring tokens. |
To revoke a token, click the Delete (trash) icon next to it in the token table. A confirmation prompt will appear.