Authorize a device
POST/node/authorize
Authorizes a physical device binding it with particular node. It allows to skip binding operation from device side
Request
- application/json
Body
nodeid string
deviceid string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
success boolean
error string
errorcode integer
{
"success": true,
"error": "string",
"errorcode": 0
}
Loading...