Live test: send data to a variable

This endpoint allows you to send data to one variable.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
  }
}
Path Params
string
required

The ID of the variable to which data will be sent. Can be found in the variable's left-side panel, below "API label" or in the variable's URL.

Query Params
string

The token to authenticate the request. Supported but not recommended. It's recommended to use the X-Auth-Token header instead.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json