Skip to main content

Update Device Keys

PUT 

https://app.infodeck.io/api/lns/tenants/:tenantId/applications/:applicationId/devices/:deviceId/keys

Update device keys

Request

Path Parameters

    tenantId stringrequired

    The ID of tenant.

    applicationId stringrequired

    The ID of application.

Body

required
    appKey stringrequired

    The app key of device.

    nwkKey string

    The network key of device.

Responses

Schema
    data objectrequired

    Data of the device.

    appkey stringrequired
    nwkKey stringrequired

Authorization: http

name: usertype: httpscheme: bearerbearerFormat: JWTdescription: Get your API token via POST /authentications/tokens
curl -L -X PUT 'https://app.infodeck.io/api/lns/tenants/:tenantId/applications/:applicationId/devices/:deviceId/keys' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"appKey": "string",
"nwkKey": "string"
}'
Request Collapse all
Base URL
https://app.infodeck.io/api
Auth
Parameters
— pathrequired
— pathrequired
Body required
{
  "appKey": "string",
  "nwkKey": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!