v1

latestOpenAPI 3.0.32026-07-171140286.6 KB
Api\DeviceController

api/devices/ttn/{dev_id} POST Create a BEEP TTS Cloud Device by Device ID, lorawan_device.dev_eui, and lorawan_device.app_key

post/api/devices/ttn/{dev_id}

Headers

Authorizationstring
Content-Typestring
Acceptstring
Accept-languagestring

Request body

Example request

{
  "lorawan_device": {
    "dev_eui": "lxiiadxuokzhlfsi",
    "app_key": "ueijmdpnaqyrulhwzoqnivzrgmnjuoyh"
  }
}