docs-v2/content/influxdb3/enterprise/admin/tokens/resource/list.md

898 B

title description menu weight list_code_example aliases related source
List database tokens Use the `influxdb3 show tokens` command to list database tokens in your InfluxDB 3 Enterprise instance.
influxdb3_enterprise
parent
Database tokens
202 ##### CLI ```bash influxdb3 show tokens \ --token ADMIN_TOKEN --host http://{{< influxdb/host >}} ``` ##### API ```bash curl \ --location "http://{{< influxdb/host >}}/api/v3/configure/tokens" \ --header "Accept: application/json" \ --header "Authorization: Bearer ADMIN_TOKEN" ```
/influxdb3/enterprise/admin/tokens/list/
/influxdb3/enterprise/reference/cli/influxdb3/token/list/
/influxdb3/enterprise/reference/api/
/shared/influxdb3-admin/tokens/database/list.md