Skip to main content
GET
/
fleet
/
settings
/
compliance
Get compliance settings
curl --request GET \
  --url https://api.samsara.com/fleet/settings/compliance \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "allowUnregulatedVehiclesEnabled": false,
    "canadaHosEnabled": false,
    "carrierName": "ABC Trucking",
    "dotNumber": 12345678,
    "driverAutoDutyEnabled": true,
    "editCertifiedLogsEnabled": true,
    "forceManualLocationForDutyStatusChangesEnabled": true,
    "forceReviewUnassignedHosEnabled": true,
    "mainOfficeFormattedAddress": "123 Main Street",
    "persistentDutyStatusEnabled": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://samsara-showcase.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK response.

data
object
required

Information set here will be displayed in roadside inspections and in the transferred US DOT datafile.