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_version
_id
org_id
Must be a string starting with org_
user_id
Must be a string starting with user_
email_address_primary
email_address_secondary
phone_number_primary
phone_number_secondary
first_name
last_name
vehicle_types
status
Allowed values:
available_according_to_driver
available_according_to_operators
active_task_group_ids
last_seen_at_location
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_timestamp
default_rate_sheet__routed
default_rate_sheet__on_demand

