{ "opencollection": "1.0.0", "info": { "name": "Samsara Status API", "version": "2024-11-18" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Set a Duty Status for a Specific Driver", "type": "http" }, "http": { "method": "POST", "url": "https://api.samsara.com/v1/fleet/drivers/:driver_id/hos/duty_status", "params": [ { "name": "driver_id", "value": "", "type": "path", "description": "ID of the driver for whom the duty status is being set." } ], "body": { "type": "json", "data": "{}" } }, "docs": "\n\n\nThis endpoint is still on our legacy API.\n\n\n\nSet an individual drivers current duty status to 'On Duty' or 'Off Duty'.\n\n To ensure compliance with the ELD Mandate, only authenticated drivers can make direct duty status changes on their own logbook. Any system external to the Samsara Driver App using this endpoint to trigger duty status changes must ensure that such changes are only triggered directly by the driver in que" } ] } ], "bundled": true }