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

feature cargoAccess

||View as Markdown|
POST
https://app.nukio.mx/api/v1/command/feature/authorization#postApiV1CommandFeatureAuthorization2
POST
/api/v1/command/feature/authorization#postApiV1CommandFeatureAuthorization2
$curl -X POST https://app.nukio.mx/api/v1/command/feature/authorization#postApiV1CommandFeatureAuthorization2 \
> -H "authorization: <apiKey>" \
> -H "Content-Type: application/json" \
> -d '{
> "state": "0",
> "feature": "cargoaccess",
> "deviceID": "deviceID"
>}'
200Device_feature cargoAccess_example
1{
2 "message": "feature update successful",
3 "success": "1",
4 "status_code": "200"
5}
Was this page helpful?
Previous

createActivation

Next

deviceMetadata

Built with

Authentication

authorizationstring
API Key authentication via header

Request

This endpoint expects an object.
statestringRequired
featurestringRequired
deviceIDstringRequired

Response headers

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

Response

OK
messagestring
successstring
status_codestring