Create datapoint by device ID

This API creates a datapoint for the specified property.

Body parameter Description:

  • datapoint: An object containing the following parameters:
    • value: Datapoint value (Mandatory).
    • metadata: Each datapoint may also contain a "metadata" field containing key/value pairs (Optional). Maximum 10 metadata entries per datapoint are supported.
{
  "datapoint": {
    "value": "",
    "metadata": {
      "key1": "",
      "key2": ""
    }
  }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!