Get details for requested driver(s) QR code, used for driver trip assignment.
Rate limit: 5 requests/sec (learn more about rate limits here).
To use this endpoint, select Read Drivers 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 GET \
--url https://api.samsara.com/drivers/qr-codes \
--header 'Authorization: Bearer <token>'{
"data": [
{
"driverId": 494123,
"qrCodeLink": "https://cloud.samsara.com/qr_code/18979ef6-663e-446b-8d5a-0ff0781b8bab"
}
]
}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.
String of comma separated driver IDs. List of driver - QR codes for specified driver(s) will be returned.
OK response.
List of driver QR codes.
Show child attributes
curl --request GET \
--url https://api.samsara.com/drivers/qr-codes \
--header 'Authorization: Bearer <token>'{
"data": [
{
"driverId": 494123,
"qrCodeLink": "https://cloud.samsara.com/qr_code/18979ef6-663e-446b-8d5a-0ff0781b8bab"
}
]
}