GET
/
v1
/
companies
/
{company_id}
/
reports
/
{report_id}
/
items
/
{item_id}
/
documents
curl --request GET \
  --url https://nueborder.com/api/v1/v1/companies/{company_id}/reports/{report_id}/items/{item_id}/documents \
  --header 'Authorization: <api-key>'
{
  "message": "Operation completed successfully",
  "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 good documents

report_id
string
required

Unique identifier for the report associated with the imported good documents

item_id
string
required

Unique identifier for the item associated with the imported good documents

Response

200
application/json

Documents retrieved successfully

A standard successful API response.