Get Multiple Datastream Values
Get Multiple Datastream values
GET
https://{server_address}/external/api/get?token={token}&{pin}&{pinX}
{% swagger-response status="400" description="Could not find a device token or Wrong pin format" %}
You can get the Device auth token in Device info.
Get All Datastreams values
GET
https://{server_address}/external/api/getAll?token={token}
This endpoint allows you to get stored values of the all Datastreams by device token. The value(s) will be displayed in the response if the Datastream has a value.
Example:
https://blynk.cloud/external/api/getAll?token=Rps15JICmtRVbFyS_95houlLbm6xIQ2L
Path Parameters
Name | Type | Description |
---|---|---|
{server address}* | string | Get from the bottom right of your Blynk console. More information. |
Query Parameters
Name | Type | Description |
---|---|---|
token* | string | Device auth token from Device info |
Last updated