ethAccount


Back to API doc top page.

Click here for a complete list of operations.

CheckMAC

Check if supplied Ethernet Tag Manager serial number is valid of not.

When check fails for more than a certain number of times, further attempts within 30 minutes from the same IP will be blocked.

POST /ethAccount.asmx/CheckMAC HTTP/1.1
Host: kumosensors.com
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    "mac":string
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    "d":boolean
}