docs-v2/content/v2.0/security/tokens/view-tokens.md

1.0 KiB

title seotitle description aliases menu weight
View tokens View authentication tokens in InfluxDB View authentication tokens in InfluxDB using the InfluxDB UI or the `influx` CLI.
/v2.0/users/tokens/view-tokens
v2_0
name parent
View tokens Manage tokens
202

View authentication tokens using the InfluxDB user interface (UI) or the influx command line interface (CLI).

View tokens in the InfluxDB UI

  1. Click the Load Data icon in the navigation bar.

    {{< nav-icon "disks" >}}

  2. Click Tokens. All of your account's tokens appear.

  3. Click on a token name from the list to view the token and a summary of access permissions.

View tokens using the influx CLI

Use the influx auth find command to view tokens.

influx auth find

Filtering options such as filtering by authorization ID, username, or user ID are available. See the influx auth find documentation for information about other available flags.