# API
# Authentication Token
Fairwinds Insights provides a REST API so you can interact with your Insights data programmatically.
Authentication tokens are scoped to a particular organization. Using an organization's access token, you can create new clusters, view report data, export Action Items and more.
To find your organizations' authentication token:
- Visit your organization's
Settings
page - Navigate to the
Tokens
page - Click the
Show Tokens
button
Your token can be used as a Bearer
token in the Authorization
header of an HTTP request.
For example, using cURL:
curl https://insights.fairwinds.com/v0/organizations/$YOUR_ORG \
-H "Authorization: Bearer $YOUR_TOKEN"
# List of APIs
For all available Insights APIs, check out https://insights.fairwinds.com/swagger (opens new window)