The API allows you to view and send status report.
Send status report.
POST /status-reporting/report
Content-Type: */*
...
HTTP/1.1 201 Created
Get status report preview.
| media type | data type | description |
|---|---|---|
| application/json | VProtectReportRequestV2 (JSON) | details of status report |
GET /status-reporting/report-preview
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }