List database tokens |
Use the `influxdb3 show tokens` command to list database tokens in your InfluxDB 3 Enterprise instance.
|
|
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 |