Authentication
Authenticate the app using API keys as bearer tokens. Always provide the Authorization
header containing your API key as bearer token:
Authorization: Bearer CLIMATIQ_API_KEY
Replacing CLIMATIQ_API_KEY
with your Climatiq API key.
Note: Your API keys carry many privileges, so be sure to keep them secure. Do not share your API keys in publicly accessible areas such as GitHub or through client-side code. When possible, encrypt API keys when you store them.
Having trouble? Find out how to get API keys here or follow our quickstart guide here.