Authorization

CloudZero uses key-based authorization to secure API access. An organization has a single API key. To authenticate your requests, include the API key in the Authorization header:

curl -X GET https://api.cloudzero.com/v2/insights \
  -H "Authorization: $CLOUDZERO_API_KEY"

🚧

NOTE

Note that this is not a bearer token, so there is no Bearer in the Authorization header.

Organizers can copy their organization's API Key by navigating to Settings > API Key.

Copy your CloudZero API key from Settings > API Key