Authorization for CloudZero APIs is done using Key Authorization. This is a single API Key per Organization pattern. Please include the API Key in your Authorization
header.
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.