Superfy Platform API Documentation


Get Global Sensor Settings API

Require Authentication

This API is used to get global sensor settings registered by the company based on combination of deviceID and token.


URL

api/sensors/getglobalsettings

Required parameter (POST)

Optional parameter

Example JSON Payload

{
  "deviceID": "ABCD-EFGH-IJKL-MNOP",
  "token": "c43fa596e7916827106b591e2bb026cd"
}

Possible return HTTP status code

Return message

{
  "status": "success",
  "message": {
    "heartbeatFrequency": 3600,
    "lastUpdate": 1464283980
  }
}