Drivers
List vehicle’s drivers
Returns a paginated list of Driver objects currently linked to the specified vehicle.
GET
Path Parameters
ID of the vehicle whose drivers you want to list.
Query Parameters
Maximum number of drivers to return (default 10).
Required range:
1 <= x <= 100
Cursor for pagination; returns drivers after this ID.
Cursor for pagination; returns drivers before this ID.
Body
application/json · object
Response
200
application/json
A dictionary with a data property that contains an array of up to limit Vehicle objects attached to the driver, starting after Vehicle starting_after. Each entry in data is a separate Vehicle object. If no additional vehicles are available, the array is empty.
The response is of type object
.