Get

Retrieves detailed driver information by driver ID within the organization. | () -> (DriverWithActiveTaskGroupIds1)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

driver_idstringRequired

Response

Successful Response
_idstring
org_idstring

Must be a string starting with org_

schema_versioninteger
user_idstring

Must be a string starting with user_

active_task_group_idslist of stringsOptional
archived_at_timestampdatetimeOptional
auto_assign_enabledbooleanOptionalDefaults to true
available_according_to_driverbooleanOptionalDefaults to true
available_according_to_operatorsbooleanOptionalDefaults to true
email_address_primarystringOptionalformat: "email"
email_address_secondarystringOptionalformat: "email"
first_namestringOptional
last_namestringOptional
last_seen_at_locationobjectOptional

GeoJSON Feature with typed properties for locations

The geometry field is strongly typed as Geometry (union of all geometry types) but remains optional to match the base Feature class specification. To ensure geometry is always present, validate it at runtime or make it required.

last_seen_at_location_citystringOptional
last_seen_at_location_large_citystringOptional
last_seen_at_timestampdatetimeOptional
phone_number_primarystringOptional
phone_number_secondarystringOptional
statusenumOptional
vehicle_typeslist of enumsOptional
waitingbooleanOptionalDefaults to false

Errors

422
Drivers Get by Driver ID V1request Unprocessable Entity Error