The CloudZero API V2 currently supports API Key Authorization. This is a single API Key per Organization pattern for now. The API Key is sent in the Authorization header as in:

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

🚧

NOTE

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

An Admin can obtain her organization's current API Key at https://app.cloudzero.com/organization/api-keys

1946