{
"opencollection": "1.0.0",
"info": {
"name": "Samsara Settings API",
"version": "2024-11-18"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Settings",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get Compliance Settings",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.samsara.com/fleet/settings/compliance"
},
"docs": "Get organization's compliance settings, including carrier name, office address, and DOT number\n\n Rate limit: 5 requests/sec (learn more about rate limits here).\n\nTo use this endpoint, select **Read ELD Compliance Settings (US)** under the Compliance category when creating or editing an API token. Learn More.\n \n"
},
{
"info": {
"name": "Update Compliance Settings",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "https://api.samsara.com/fleet/settings/compliance",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update organization's compliance settings, including carrier name, office address, and DOT number\n\n Rate limit: 100 requests/min (learn more about rate limits here).\n\nTo use this endpoint, select **Write ELD Compliance Settings (US)** under the Compliance category when creating or editing an API token. Learn More.<"
},
{
"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"
},
{
"info": {
"name": "Get Safety Settings",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.samsara.com/fleet/settings/safety"
},
"docs": "Get safety settings\n\n Rate limit: 5 requests/sec (learn more about rate limits here).\n\nTo use this endpoint, select **Read Safety Events & Scores** under the Safety & Cameras category when creating or editing an API token. Learn More.\n \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be "
}
]
}
],
"bundled": true
}