# Mint Starter Kit ## Docs - [Get Company](https://docs.nueborder.com/api-reference/company/get-company.md): Retrieves a company based on the provided company ID. - [List Companies](https://docs.nueborder.com/api-reference/company/list-companies.md): Retrieves a list of all companies. - [Get Document](https://docs.nueborder.com/api-reference/documents/get-document.md): Retrieves the documents for an imported good based on the provided company ID, report ID, and item ID. - [Update Document](https://docs.nueborder.com/api-reference/documents/update-document.md): Updates an existing record or inserts new documents for an imported good based on the provided company ID, report ID, and item ID. The request body must include a valid JSON payload describing the supporting documents. - [Get Parameters](https://docs.nueborder.com/api-reference/emissions-goods/get-parameters.md): Retrieves parameters for imported goods in an EU CBAM report using the specified company and report IDs. - [Update Parameters](https://docs.nueborder.com/api-reference/emissions-goods/update-parameters.md): Updates or inserts parameters for imported goods in an EU CBAM report based on the provided company and report IDs. - [Upload Excel](https://docs.nueborder.com/api-reference/files/upload-excel.md): Upload an Excel EU CBAM report file and returns the newly generated report ID. - [Upload XML](https://docs.nueborder.com/api-reference/files/upload-xml.md): Upload an EU CBAM XML report file and returns the newly generated report ID. - [Get Forecast Data](https://docs.nueborder.com/api-reference/forecast/get-forecast-data.md): Fetches the carbon-tax forecast data for a customer on the provided company ID. - [Update Forecast Settings](https://docs.nueborder.com/api-reference/forecast/update-forecast-settings.md): Adjusts the forecast settings for carbon-tax calculations using the provided configuration. - [Create General Report](https://docs.nueborder.com/api-reference/general-report/create-general-report.md): Generates a new report ID and creates an entry in the database for the general report based on the company ID. - [Get General Report](https://docs.nueborder.com/api-reference/general-report/get-general-report.md): Retrieves general report information from the database based on URL params :company_id and :report_id. - [Update General Report](https://docs.nueborder.com/api-reference/general-report/update-general-report.md): Inserts or updates a general report's information in the database based on URL params :company_id, :report_id, and the provided payload. - [Get Emissions](https://docs.nueborder.com/api-reference/good-emissions/get-emissions.md): Retrieves goods emissions data for the specified company and report. - [Update Emissions](https://docs.nueborder.com/api-reference/good-emissions/update-emissions.md): Updates an existing record or inserts new goods emissions data for the specified company and report. - [Get Quantity](https://docs.nueborder.com/api-reference/goods-quantity/get-quantity.md): Retrieves imported goods quantity data for the specified company and report. - [Update Quantity](https://docs.nueborder.com/api-reference/goods-quantity/update-quantity.md): Updates an existing record or inserts new imported goods quantity data for the specified company and report. - [Get Good](https://docs.nueborder.com/api-reference/imported-good/get-good.md): Retrieves the details of an imported good based on the provided company ID and report ID. - [New Good](https://docs.nueborder.com/api-reference/imported-good/new-good.md): Creates a new imported good record using the company ID and report ID provided in the route parameters. - [Update Good](https://docs.nueborder.com/api-reference/imported-good/update-good.md): Updates an existing imported good record or creates a new one using the provided company ID and report ID. The request body must include a valid JSON payload describing the imported good. - [Concepts](https://docs.nueborder.com/eu_cbam/concepts.md): Core API concepts on EU CBAM Reporting - [Versions](https://docs.nueborder.com/eu_cbam/version.md): Preview changes locally to update your docs - [Global Coordination](https://docs.nueborder.com/introduction/cbam.md): CBAM links domestic markets, bringing us closer to a global carbon price - [Climate Change](https://docs.nueborder.com/introduction/climate.md): The make-or-break challenge of the free market - [Overview](https://docs.nueborder.com/introduction/overview.md) ## OpenAPI Specs - [openapi](https://docs.nueborder.com/api-reference/openapi.json)