Bind a new device
Binds a new device to the company account.
Returns the deviceid identification token for the new binded device. This deviceid token must be stored in the device in order to later authenticate and communicate with the cloud.
Binds a new device to the company account and returns the deviceid.
POST
https://api.runonrufus.com/v0/devices
Headers
Name | Type | Description |
---|---|---|
api_key* | String | Account api key with WRITE or READ_WRITE access type. |
Request Body
Name | Type | Description |
---|---|---|
model* | String | Device model. |
serial_number* | String | Device serial number. |
alias | String | Device name or alias. |
firmware | String | Device firmware version. |
Last updated