Skip to main content

Authorize a device

POST 

https://api.anedya.io/v1/node/authorize

Authorizes a physical device binding it with particular node. It allows to skip binding operation from device side

Request

Responses

OK

curl -L 'https://api.anedya.io/v1/node/authorize' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"nodeid": "string",
"deviceid": "string"
}'
Request Collapse all
Base URL
https://api.anedya.io/v1
Body
{
  "nodeid": "string",
  "deviceid": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!