Read sensors
Returns a list of all sensors in the given network.
GET
/networks/{network_identifier}/sensors
curl \
-X GET https://example.com/networks/575a7328-4e2e-4b88-afcc-e0b5ed3920cc/sensors \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"sensor_identifier": "575a7328-4e2e-4b88-afcc-e0b5ed3920cc",
"sensor_name": "happy-un1c0rn"
}
]
Response examples (200)
[
{
"sensor_identifier": "575a7328-4e2e-4b88-afcc-e0b5ed3920cc",
"sensor_name": "happy-un1c0rn"
}
]