List Drivers
Driver
List Drivers
Lists drivers.
GET
List Drivers
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Items per page
Example:
10
Page number
Example:
1
Generic filter that matches license number, name, or email
Example:
"john"
Driver license category
Available options:
D, E Example:
"D"
Driver license expiration range
Example:
">=2024-01-01;<=2024-12-31"
Driver company status
Available options:
ACTIVE, INACTIVE Example:
"ACTIVE"
Created at range
Example:
">=2024-01-01;<=2024-12-31"
User status
Available options:
PENDING, ACTIVE Example:
"ACTIVE"
Field to sort by
Available options:
createdAt, licenseExpiresAt Example:
"createdAt"
Sort order
Available options:
asc, desc Example:
"desc"
Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.