GET - Driver
HTTP Verb: GET
URI: https://{domain}.organizations.services.10-4.com/v1/Drivers/{DriverGuid}
Authentication: Bearer Token
The GET driver endpoint allows for information about a single driver to be pulled back based on the driver GUID.
Sample response:
{
"data": [
{
"driverGuid": "588b58f3-8e4a-4b3d-9b3f-5922758a759b",
"lastName": "Driver",
"firstName": "Test",
"phoneNumber": "+19876546478",
"emailAddress": "[email protected]",
"note": null,
"organizationGuid": "2005794a-bcc6-476b-a4c0-4bcc055f6ee1",
"driverImage": "https://tnfrdoc.blob.core.windows.net/dev/3/ed91391d-1d44-4517-ace6-eab63009b12f.png?sv=2013-08-15&sr=b&sig=%2BLPuM%2BHOt6GrVUSweHRWe1QSrhULYMRlgFCbzFaHcPQ%3D&se=2021-09-21T23%3A16%3A59Z&sp=r",
"createdDate": "2021-09-17T20:34:33.125+00:00",
"updatedDate": "2021-09-18T00:19:36.836+00:00"
}
],
"messages": [],
"totalPossibleCount": 1
}
Updated about 2 months ago