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
    • Introduction
    • POSTTOKEN
    • GETgroups
    • POSTfirmware
    • POSTfeature engineCutoff
    • POSTcreateUser
    • POSTdeleteUser
    • POSTupdateUser
    • POSTcreatedevice
    • POSTdeletedevice
    • POSTupdatedevice
    • GETgetGeozones
    • GETdiagnosticall
    • GETgetallDevices
    • POSTcreateGeozone
    • POSTdeleteGeozone
    • POSTupdateGeozone
    • GETgetUser
    • POSTupdateAddress
    • GETgetMonitorMetadata
    • GETgetDevice
    • GETlatest
    • GETdiagnostic
    • GETcheckaccount
    • GETgetMessages
    • POSTsetMessages
    • GETgetGeozone
    • GETgetAllPushNotifications
    • GETlostVehicles
    • GETunregister-push
    • GETsend **
    • GETgetDeviceActivations
    • GETsetViewed
    • GETactivations
    • GETgetRoutes
    • GETregister-push
    • POSTrouteUpdate
    • GETpassengerCount
    • GETgetGeozones range
    • GETfleetMetadata
    • GETcreateActivation
    • GETgetNotifications
    • POSTfeature cargoAccess
    • GETfleetData
    • GETdeviceMetadata
    • POSTupdatedevice cargoAccess
    • POSTupdatedevice engineCutoff
    • GETdeviceData
    • GETgetDeviceNotifications
    • GETgetDeviceActivations range
    • GETfleetData range
    • GETdeviceData range
LogoLogo

updatedevice

||View as Markdown|
POST
https://app.nukio.mx/api/v1/device/updatedevice/authorization
POST
/api/v1/device/updatedevice/authorization
$curl -X POST https://app.nukio.mx/api/v1/device/updatedevice/authorization \
> -H "authorization: <apiKey>" \
> -H "Content-Type: application/json" \
> -d '{
> "sms": "sms",
> "deviceID": "deviceID",
> "uniqueid": "uniqueID",
> "devicedriver": "devicedriver",
> "devicedescription": "devicedescription"
>}'
200Successful
1{}
Was this page helpful?
Previous

deletedevice

Next

getGeozones

Built with

Authentication

authorizationstring
API Key authentication via header

Request

This endpoint expects an object.
smsstringRequired
deviceIDstringRequired
uniqueidstringRequired
devicedriverstringRequired
devicedescriptionstringRequired

Response

Successful response