List all active theft reports
This service can be used to list all your currently active reports of stolen vehicles.
It can be used, for example, to retrieve a report identifier when cancelling an active report.
Drivekit Admin API key
Successful response with a list of active theft reports
The total number of active stolen vehicle reports
Unauthorized
GET /v3/drivekit/admin/beacon/reports HTTP/1.1
Host: service.drivequant.com
DriveKit-Admin-API-Key: text
Accept: */*
{
"data": [
{
"id": "text",
"requestDate": "2026-04-24T14:50:40.407+00:00",
"theftReportDate": "2026-04-23T21:55:09.954+00:00",
"theftReportClosingDate": "2026-05-23T21:55:09.954+00:00",
"theftReportClosingReason": null,
"theftReportClosingComment": null,
"status": "ACTIVE",
"beacon": {
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"major": 1,
"minor": 1
}
}
],
"totalElements": 1
}Response body
The table below summarizes the content of the response body.
totalElements
integer
Total number of active reports
Report
The table below summarizes the content of the Report object.
id
string
Unique identifier of the theft report
requestDate
string
Date at which the theft was reported on DriveQuant platform.
Date format: YYYY-MM-dd’T’HH:mm:ss.SSSZ
theftReportDate
string
Date at which the theft was reported to the authorities.
Date format: YYYY-MM-dd’T’HH:mm:ss.SSSZ
theftReportClosingDate
string
Date at which the theft report expires.
Date format: YYYY-MM-dd’T’HH:mm:ss.SSSZ
status
string
Status of the report.
Allowed values: ACTIVE
Beacon
The table below summarizes the content of the Beacon object.
uuid
string
iBeacon UUID
major
integer
iBeacon major identifier
minor
integer
iBeacon minor identifier
Last updated
Was this helpful?

