API
HQ APIReports

Create a new report

POST/v1/hq/legacy_reports
AuthorizationBearer <token>

The Noona HQ API uses Bearer token for authentication.

Endpoints that return generic information that does not contain sensitive data do not require authentication. Endpoints that require authentication are specifically marked in the documentation.

Authorization: Bearer your-token

In: header

Query Parameters

select?array<string>
expand?array<string>

Request Body

application/json

base64Data*string

The base64 encoded data of the report

headerData?string

The header data of the report

customer?string

Optional customer identifier

transactionId?string

Optional transaction identifier

Response Body

application/json

curl -X POST "https://api.noona.is/v1/hq/legacy_reports" \  -H "Content-Type: application/json" \  -d '{    "base64Data": "string"  }'
{
  "id": "string"
}
Empty