post
https://industrial.api.ubidots.com/api/v1.6/variables//values
This endpoint allows you to send data to one variable.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Request body examples:
{
"value": 10
}{
"value": 10,
"timestamp": 1635369947000,
"context": {}
}// Every value in the array must include its own timestamp.
[
{
"value": 10,
"timestamp": 1635369947000
},
{
"value": 11,
"timestamp": 1635369948000
},
{
"value": 12,
"timestamp": 1635369949000
}
]{
"value": 1,
"context": {
"lat": "6.5423",
"lng": "-70.5783"
}
}
