content/influxdb/v2/tools/postman.md
Use Postman, a popular tool for exploring APIs, to interact with the InfluxDB API.
Download Postman from the official downloads page.
Or to install with Homebrew on macOS, run the following command:
brew install --cask postman
All requests to the InfluxDB v2 API must include an InfluxDB API token.
{{% note %}}
If you need to send a username and password (Authorization: Basic) to the InfluxDB 1.x compatibility API, see how to authenticate with a username and password scheme.
{{% /note %}}
To configure Postman to send an InfluxDB API token with the Authorization: Token HTTP header, do the following:
Authorization.Token INFLUX_API_TOKEN, replacing INFLUX_API_TOKEN with the token generated in step 1.To test the authentication, in Postman, enter your InfluxDB API /api/v2/ root endpoint URL and click Send.
http://localhost:8086/api/v2