Skip to Content
New release 11.5 available 🎉

POST/v1/reportPOST /v1/report

Code samples

# You can also use wget curl -X POST /v1/report \ -H 'Content-Type: application/json-patch+json' \ -H 'Accept: text/plain' \ -H 'x-api-key: API_KEY'

POST /v1/report

Body parameter

{ "userKey": "string", "machineId": "string", "clientId": "string", "clientName": "string", "report": { "name": "string", "version": "string", "date": { "seconds": 0, "nanos": 0 }, "encrypted": true, "content": [ 0 ] } }

Parameters

NameInTypeRequiredDescription
bodybodyLicensing.SendReportRequestfalsenone

Example responses

200 Response

{"success":true,"reportUid":"string"}
{ "success": true, "reportUid": "string" }

Responses

StatusMeaningDescriptionSchema
200OK OKLicensing.SendReportResponse

Warning: To perform this operation, you must be authenticated by means of one of the following methods: Bearer & ApiKey

Last updated on