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.

{
  "datapoint": {
    "value": "",
    "metadata": {
      "key1": "",
      "key2": ""
    }
  }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!