Sign out a driver from the Samsara Driver App
To access this endpoint, your organization must have the Samsara Platform Premier license.
Note: Sign out requests made while a logged-in driver does not have internet connection will not log the driver out. A success response will still be provided and the driver will be logged out once they have internet connection.
Rate limit: 100 requests/min (learn more about rate limits here).
To use this endpoint, select Write Driver Remote Signout under the Drivers category when creating or editing an API token. Learn More.
Submit Feedback: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.
curl --request POST \
--url https://api.samsara.com/fleet/drivers/remote-sign-out \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"driverId": "12434"
}
'{
"driverName": "Michael"
}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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The driver of a vehicle.
ID of the driver.
"12434"
OK response.
The name of the driver
"Michael"
curl --request POST \
--url https://api.samsara.com/fleet/drivers/remote-sign-out \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"driverId": "12434"
}
'{
"driverName": "Michael"
}