Skip to main content

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

Body

    nodeid string
    deviceid string

Responses

OK

Schema
    success boolean
    error string
    errorcode integer
Loading...