GET
/api/partner/v1/drivers/{driverId}Get driver
Get one driver, with the full parsed licence.
Authorization
X-Api-Key headerSend your partner key on every request. The key is bound to exactly one owner account.
Path parameters
driverIdstringpathrequiredOur driver id OR your own external driver id.
Response
200 · application/jsonsuccessbooleanrequireddataobjectuserIdstringexternalIdstringnullableYour own driver id
firstNamestringnullablelastNamestringnullablemiddleNamestringnullableComes from the licence document; not settable.
companyNamestringnullableemailstringnullableemailConfirmedbooleanphoneNumberstringnullableE.164.
addressLine1stringnullableaddressLine2stringnullablecitystringnullablestatestringnullablezipCodestringnullablecountrystringnullabledateOfBirthstringnullableyyyy-MM-dd
languagestringnullabledriverLicenseIdstringnullabledriverLicenseIssuingStatestringnullabledriverLicenseExpirationDatestringnullableyyyy-MM-dd
frontSideImageUrlstring <uri>nullablebackSideImageUrlstring <uri>nullablelicenseobjectOnly on the single-driver read; omitted from list rows.
hasCardbooleanA card is on file. Use GET /drivers/{driverId}/card for whether it is usable.
smsConsentbooleanFalse once the driver replied STOP.
bookingCountintegerHow many bookings this driver has with you.
createdAtUtcstring <date-time>updatedAtUtcstring <date-time>errorstringnullableStatus codes
200The driver.
401Missing, unknown or revoked API key.
404The resource does not exist under this owner.
