IoT Stadium

API Documentation

Device

Device - Get LoRaWAN Device Network

Getting the list of all existing devices' networks

Get
https://api.iotstadium.com/ext/device-network
    {
      "key": "Content-Type",
      "value": "application/json"
    },
    {
      "key": "Authorization",
      "value": "Bearer {{token}}"
    }
{
    "message": "success",
    "code": 200,
    "data": {
        "device_networks": [
            {
                "id": 2,
                "name": "Helium"
            },
            {
                "id": 1,
                "name": "TTN V3"
            }
        ]
    }
}