Documentation

← Back to site

Register a new device

Last updated on November 14, 2014 11:45

This method will register a new network attached device to an account using its auth code (PSK).

URL

/api/v1/devices/create

Parameters

  • label - a friendly name for this device
  • auth_code - the device's auth code (pre-shared-key)
  • device_type - the type of device to be added. This will usually be 'gateway' for a radio master device.

Response

{
  "label": "My New Device"
}