Skip to main content

Create Device Activation

POST 

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

Create device activation

Request

Path Parameters

    tenantId stringrequired

    The ID of tenant.

    applicationId stringrequired

    The ID of application.

Body

required
    devEui stringrequired

    The ID of device.

    devAddr string

    The devAddr of device activation.

    appSKey string

    The appSKey of device activation.

    nwkSEncKey string

    The nwkSEncKey of device activation.

    sNwkSIntKey string

    The sNwkSIntKey of device activation.

    fNwkSIntKey string

    The fNwkSIntKey of device activation.

    fCntUp number

    The fCntUp of device activation.

    nFCntDown number

    The nFCntDown of device activation.

    aFCntDown number

    The aFCntDown of device activation.

Responses

Schema
    data objectrequired

    Data of the device activation.

Authorization: http

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

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