{ "opencollection": "1.0.0", "info": { "name": "Samsara Applications API", "version": "2024-11-18" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Get Driver App Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.samsara.com/fleet/settings/driver-app" }, "docs": "Get driver app settings.\n\n Rate limit: 5 requests/sec (learn more about rate limits here).\n\nTo use this endpoint, select **Read Driver App Settings** under the Drivers category when creating or editing an API token. Learn More.\n \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed a" }, { "info": { "name": "Update Driver App Settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.samsara.com/fleet/settings/driver-app", "body": { "type": "json", "data": "{}" } }, "docs": "Update driver app settings.\n\n Rate limit: 100 requests/min (learn more about rate limits here).\n\nTo use this endpoint, select **Write Driver App Settings** under the Drivers category when creating or editing an API token. Learn More.\n \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be f" } ] } ], "bundled": true }