Get for caller

Retrieves driver information for the caller within their organization. | () -> (Driver1)

Authentication

AuthorizationBearer

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

Response

Successful Response
schema_versioninteger
_idstring
org_idstring

Must be a string starting with org_

user_idstring

Must be a string starting with user_

email_address_primarystringformat: "email"
email_address_secondarystringformat: "email"
phone_number_primarystring
phone_number_secondarystring
first_namestring
last_namestring
vehicle_typeslist of enums
statusenum
available_according_to_driverbooleanDefaults to true
available_according_to_operatorsbooleanDefaults to true
waitingbooleanDefaults to false
auto_assign_enabledbooleanDefaults to true
active_task_group_idslist of strings
last_seen_at_locationobject

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_timestampdatetime