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

groups

||View as Markdown|
GET
https://app.nukio.mx/api/v1/groups/authorization
GET
/api/v1/groups/authorization
$curl https://app.nukio.mx/api/v1/groups/authorization \
> -H "authorization: <apiKey>" \
> -H "Content-Type: application/json"
200Retrieved
1{
2 "groups": [
3 {
4 "id": "grp-8f3a2c1d",
5 "name": "Fleet Managers",
6 "description": "Group for users managing vehicle fleets",
7 "permissions": [
8 "read_devices",
9 "write_devices",
10 "read_reports"
11 ]
12 },
13 {
14 "id": "grp-4b7e9f2a",
15 "name": "Maintenance Team",
16 "description": "Users responsible for device maintenance and diagnostics",
17 "permissions": [
18 "read_devices",
19 "write_commands"
20 ]
21 }
22 ]
23}
Was this page helpful?
Previous

TOKEN

Next

firmware

Built with

Authentication

authorizationstring
API Key authentication via header

Response

Successful response