GET
/
v1
/
companies
/
{company_id}
/
reports
/
{report_id}
/
goods
/
params
Get Parameters
curl --request GET \
  --url https://nueborder.com/api/v1/v1/companies/{company_id}/reports/{report_id}/goods/params \
  --header 'Authorization: <api-key>'
{
  "message": "Operation completed successfully",
  "prodMethodQualifyingParamsType": [
    {
      "additional_information": "<string>",
      "companyID": 123,
      "createdAt": "<string>",
      "internalReportID": 123,
      "method_id": "P45",
      "method_name": "Aluminium products",
      "modification_date": "<string>",
      "organizationID": 123,
      "sequence_number": 1,
      "steel_mill_number": "Steel Mill Identification Number",
      "updatedAt": "<string>",
      "updatedBy": "<string>",
      "version": "<string>",
      "year": 0
    }
  ],
  "status": 200
}

Authorizations

Authorization
string
header
required

Provide your Bearer token in the format: Bearer <your_api_key>

Path Parameters

company_id
string
required

Unique identifier for the company associated with the imported goods parameters

report_id
string
required

Unique identifier for the report associated with the imported goods parameters

Response

Imported goods parameters retrieved successfully

Details the qualifying parameters of production methods for imported goods, supporting compliance verification within the EU CBAM framework.