GET - Drivers

HTTP Verb: GET
URI: https://{domain}.organizations.services.10-4.com/v1/Drivers
Authentication: Bearer Token

The GET drivers endpoint allows users to get a list of drivers within a single organization to use for management purposes.

Example GET Driver 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": null,
            "createdDate": "2021-09-17T20:34:33.125+00:00",
            "updatedDate": "2021-09-18T00:19:36.836+00:00"
        },
        {
            "driverGuid": "72b4eef5-3531-4c49-9444-5ac9572f87bc",
            "lastName": "Driverrrrrrrrrrrrrrrrrrrrr",
            "firstName": "Test",
            "phoneNumber": "+19876546479",
            "emailAddress": "[email protected]",
            "note": null,
            "organizationGuid": "2005794a-bcc6-476b-a4c0-4bcc055f6ee1",
            "driverImage": null,
            "createdDate": "2021-09-17T20:52:12.932+00:00",
            "updatedDate": "2021-09-17T20:52:12.932+00:00"
        },
        {
            "driverGuid": "d22d5c9d-de22-4be3-9f6c-691b3fb3c106",
            "lastName": "Sam",
            "firstName": "Charlie",
            "phoneNumber": "+19876543210",
            "emailAddress": "[email protected]",
            "note": "Likes long walks on the beach and making on time deliveries.",
            "organizationGuid": "2005794a-bcc6-476b-a4c0-4bcc055f6ee1",
            "driverImage": null,
            "createdDate": "2021-09-20T17:32:45.841+00:00",
            "updatedDate": "2021-09-20T17:32:45.841+00:00"
        }
    ],
    "messages": [],
    "totalPossibleCount": 3
}