{
"opencollection": "1.0.0",
"info": {
"name": "Samsara Temperature API",
"version": "2024-11-18"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Temperature",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get Temperature",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.samsara.com/v1/sensors/temperature",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "\n\n\nThis endpoint is still on our legacy API.\n\n\n\nGet temperature for requested sensors. This method returns the current ambient temperature (and probe temperature if applicable) for the requested sensors. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed"
}
]
}
],
"bundled": true
}