List all drivers
Lists all drivers belonging to the authenticated organization.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful Response
schema_version
active
_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:
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

