Live test: send data to a variable in a device

This endpoint allows you to send data to an existing variable within a device or create a new one within the device of your choice.

Body examples:

{
  "value": 10
}
{
  "value": 10,
  "timestamp": 1634311791000,
  "context": {
    "status": "cold"
  }
}
[
  {
    "value": 10, 
    "timestamp": 1635255765000,
    "context": {
      "status": "cold"
    }
  }, 
  {
    "value": 25, 
    "timestamp": 1635255811000,
    "context": {
      "status": "warm"
    }
  }
]
{
  "value": 1, 
  "context": {
    "lat": "6.5423", 
    "lng": "-70.5783"
  }
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!