Create datapoint by DSN

This API creates a datapoint for the specified property. The metadata in the request data is optional and you can enter maximum of 10 metadata entries.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
{
  "datapoint": {
    "value": "",
    "metadata": {
      "key1": "",
      "key2": ""
    }
  }
}
Path Params
string
required

Unique device serial number.

string
required

Device property name.

Body Params
json
Responses

401

Unauthorized

404

Not Found

422

Unprocessable Entity

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