Search

Find pages and endpoints

Drivers
GET /v2/drivers

List Drivers

Returns all drivers for the carrier. Paginate through pages to retrieve the complete list — start at page=1 and stop when page >= total_pages.

Query parameters

Parameter Type Default Description
limit integer optional 100 Records per page
page integer optional 1 Page number (1-indexed)

Response fields

Field Type Description
driver_id UUID Unique driver identifier
username string Driver's login username
first_name string First name
last_name string Last name
active boolean Whether the driver is currently active
total_pages integer Stop paginating when page >= total_pages