POST
/
v1
/
companies
/
{company_id}
/
reports
Create General Report
curl --request POST \
  --url https://nueborder.com/api/v1/v1/companies/{company_id}/reports \
  --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

Company ID for which the report is created

Response

201
application/json

Successfully created the general report" example({"status": "created", "message": "Report created successfully", "data": {"report_id": "generated-uuid"}})

A standard successful API response.