Get Datastream Values

Get Device Datastream Values

GET https://{server_address}/api/v1/organization/device/datastreams

Query Parameters

Headers

{
    "v1": 1,
    "v2": "Some value",
    "v3": 1.223
}

Request examples:

# curl command example:
$ curl -H "Authorization: Bearer {accessToken}" https://fra1.blynk.cloud/api/v1/organization/device/datastreams?deviceId=1
$ curl -H "Authorization: Bearer eIdWHQqRfFmvP5LDDh-IGxPUzi7I27HthzCPAVmS" https://fra1.blynk.cloud/api/v1/organization/device/datastreams?deviceId=1

Last updated