Authorize a device
POSThttps://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
- 200
OK
- curl
- nodejs
- python
- go
- rust
- csharp
- ruby
- php
- java
- powershell
- CURL
curl -L 'https://api.anedya.io/v1/node/authorize' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"nodeid": "string",
"deviceid": "string"
}'
ResponseClear