{ "opencollection": "1.0.0", "info": { "name": "Samsara Sensors API", "version": "2024-11-18" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sensors", "type": "folder" }, "items": [ { "info": { "name": "Get All Sensors", "type": "http" }, "http": { "method": "POST", "url": "https://api.samsara.com/v1/sensors/list" }, "docs": "\n\n\nThis endpoint is still on our legacy API.\n\n\n\nGet sensor objects. This method returns a list of the sensor objects in the Samsara Cloud and information about them. \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" } ] } ], "bundled": true }