Authentication
Some endpoints such as the recommendations endpoint require authentication. Follow these steps to get started:Obtain an API Key
To use the API, you’ll need an API key. Create an account on costgraph.baselinehq.cloud to obtain your API key.

Using the API Key
Include your API key in theX-API-KEY header of your requests:
YOUR_API_KEY with the API key you obtained from the dashboard.