For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Nukio API
    • Authentication
    • Device
      • POSTfeature engineCutoff
      • POSTcreatedevice
      • POSTdeletedevice
      • POSTupdatedevice
      • GETdiagnosticall
      • GETgetallDevices
      • GETfirmwareUpdate
      • POSTupdateAddress
      • GETgetDevice
      • GETlatest
      • GETdiagnostic
      • GETlostVehicles
      • GETsend
      • GETgetDeviceActivations
      • GETcreateActivation
      • POSTfeature cargoAccess
      • GETdeviceMetadata
      • POSTupdatedevice cargoAccess
      • POSTupdatedevice engineCutoff
      • GETdeviceData
      • GETgetDeviceActivations range
      • GETdeviceData range
    • User
    • Geozone
    • Fleets
    • Notifications
    • Routes
    • Passengers
    • Account Status
    • Nukio SDK
LogoLogo
Nukio APIDevice

lostVehicles

||View as Markdown|
GET
https://app.nukio.mx/api/v1/events/activations/lostVehicles/authorization
GET
/api/v1/events/activations/lostVehicles/authorization
$curl https://app.nukio.mx/api/v1/events/activations/lostVehicles/authorization \
> -H "authorization: <apiKey>"
200Device_lostVehicles_example
1{
2 "success": "1",
3 "status_code": "200",
4 "lostVehicleCount": 4,
5 "lostVehicleItems": [
6 {
7 "type": "",
8 "deviceId": "newdeviceid",
9 "vehicleId": "",
10 "lastReport": "1970/01/01 00:00:00"
11 },
12 {
13 "type": "suntech_st4315_fuel",
14 "deviceId": "mvaprueb",
15 "vehicleId": "mvaprueb",
16 "lastReport": "2026/05/20 16:57:10"
17 },
18 {
19 "type": "locker",
20 "deviceId": "lockalex",
21 "vehicleId": "",
22 "lastReport": "2026/03/25 14:58:23"
23 },
24 {
25 "type": "suntech_st4315_fuel",
26 "deviceId": "01",
27 "vehicleId": "01",
28 "lastReport": "2026/04/29 14:19:19"
29 }
30 ]
31}
Was this page helpful?
Previous

diagnostic

Next

send

Built with

Authentication

authorizationstring
API Key authentication via header

Response headers

pragmastring
:statusstring
expiresstring
accept-rangesstring
cache-controlstring
x-frame-optionsstring
x-xss-protectionstring
x-application-contextstring
x-content-type-optionsstring

Response

OK
successstring
status_codestring
lostVehicleCountinteger
lostVehicleItemslist of objects