cURL
curl --request GET \ --url https://nueborder.com/api/v1/v1/companies/{company_id}/forecast \ --header 'Authorization: <api-key>'
{ "message": "Operation completed successfully", "status": 200 }
Fetches the carbon-tax forecast data for a customer on the provided company ID.
Provide your Bearer token in the format: Bearer <your_api_key>
Unique identifier of the company
Forecast data successfully retrieved
A standard successful API response.