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

getDeviceActivations

||View as Markdown|
GET
https://app.nukio.mx/api/v1/device/getdeviceactivations/:deviceID/authorization
GET
/api/v1/device/getdeviceactivations/:deviceID/authorization
$curl https://app.nukio.mx/api/v1/device/getdeviceactivations/45/authorization \
> -H "authorization: <apiKey>" \
> -H "Content-Type: application/json"
200Retrieved
1{
2 "activations": [
3 {
4 "activationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
5 "deviceId": "45",
6 "userId": "user_987654321",
7 "authorizedAt": "2024-06-10T09:15:00Z",
8 "expiresAt": "2025-06-10T09:15:00Z",
9 "status": "active",
10 "authorizationMethod": "OAuth2"
11 },
12 {
13 "activationId": "f0e1d2c3-b4a5-6789-0abc-def123456789",
14 "deviceId": "45",
15 "userId": "user_123456789",
16 "authorizedAt": "2023-12-01T14:00:00Z",
17 "expiresAt": "2024-12-01T14:00:00Z",
18 "status": "expired",
19 "authorizationMethod": "API Key"
20 }
21 ]
22}
Was this page helpful?
Previous

send **

Next

setViewed

Built with

Authentication

authorizationstring
API Key authentication via header

Path parameters

deviceIDstringRequired
Device ID number

Response

Successful response