Live test: send data to a variable

This endpoint allows you to send data to one variable.

Body examples:

{
  "value": 10
}
{
  "value": 10,
  "timestamp": 1635369947000,
  "context": {}
}
// All values in the array must have their own timestamps
[
  {
    "value": 10,
    "timestamp": 1635369947000
  },
  {
    "value": 11,
    "timestamp": 1635369948000
  },
  {
    "value": 12,
    "timestamp": 1635369949000
  }
]
{
  "value": 1, 
  "context": {
    "lat": "6.5423", 
    "lng": "-70.5783"
  }
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!