Discussions
Get Device State error 404
about 1 month ago by Cosmin
Hello,
When I POST the request to get the status I`m receiving the error below.
POST
{
"requestId": "uuid",
"payload": {
"sku": "H7038",
"device": "12:09:CD:2A:04:06:58:73"
}
}
Response
{
"code": 404,
"data": {
}
}
The device id is good. I can control it ON & OFF.
The API Key is also good because I`m using it for ON OFF control.
What I`m doing wrong here?