cURL
curl --request POST \ --url https://nueborder.com/api/v1/v1/companies/{company_id}/reports/upload/xml \ --header 'Authorization: <api-key>' \ --header 'Content-Type: multipart/form-data' \ --form [email protected]
{ "message": "Operation completed successfully", "status": 200 }
Upload an EU CBAM XML report file and returns the newly generated report ID.
Provide your Bearer token in the format: Bearer <your_api_key>
Unique identifier for the company
Report created successfully
A standard successful API response.