Live test: send data to a device

This endpoint allows you to send data to one or more variables within a device.

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

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

Query Params
string

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

string

Timestamp (in milliseconds POSIX format). When present, this timestamp will be applied to all dots in the body unless a local timestamp is sent.

string

Device Type label to be applied to the device if it doesn't exist yet.

boolean

When set to "true" then an additional "_status" object will appear in the response, containing the IDs of the device and variables, as well as a "new" field indicating whether they were just created or not. Example:

{
"_status": {
"_datasource": {
"id": "61d8a6731d84726e96dba805",
"new": false
},
"temperature": {
"id": "61d8a6751d84726d00e5b7b8",
"new": true
}
},
"temperature": [
{
"status_code": 201
}
]
}

Responses
200

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