Vehicles
List driver’s vehicles
Returns a paginated list of Vehicle objects that are currently attached to the specified driver.
GET
Path Parameters
ID of the driver whose vehicles you want to list.
Query Parameters
Maximum number of vehicles to return (default 10).
Required range:
1 <= x <= 100
Cursor for pagination; returns vehicles after this ID.
Cursor for pagination; returns vehicles 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 Driver objects attached to the vehicle, starting after Driver starting_after. Each entry in data is a separate Driver object. If no additional drivers are available, the array is empty.
The response is of type object
.