{ "opencollection": "1.0.0", "info": { "name": "Samsara Humidity API", "version": "2024-11-18" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Humidity", "type": "folder" }, "items": [ { "info": { "name": "Get Humidity", "type": "http" }, "http": { "method": "POST", "url": "https://api.samsara.com/v1/sensors/humidity", "body": { "type": "json", "data": "{}" } }, "docs": "\n\n\nThis endpoint is still on our legacy API.\n\n\n\nGet humidity for requested sensors. This method returns the current relative humidity 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 inaccuracies in the API documentation, ple" } ] } ], "bundled": true }