Skip to main content
GET
/
fleet
/
settings
/
driver-app
Get driver app settings
curl --request GET \
  --url https://api.samsara.com/fleet/settings/driver-app \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "driverFleetId": "abc_trucking_co",
    "gamification": false,
    "gamificationConfig": {
      "anonymizeDriverNames": false
    },
    "orgVehicleSearch": false,
    "trailerSelection": true,
    "trailerSelectionConfig": {
      "driverTrailerCreationEnabled": true,
      "maxNumOfTrailersSelected": 7,
      "orgTrailerSearch": false
    }
  }
}

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

The configuration settings for the Samsara Driver App. Can be set or updated through the Samsara Settings page or the API at any time.