curl --request GET \
--url https://commerce.driv.ly/api/vehicles/{vin}{
"data": {
"vin": "<string>",
"year": 123,
"make": "<string>",
"transmission": "<string>",
"engine": "<string>",
"drivetrain": "<string>",
"model": "<string>",
"bodyStyle": "<string>",
"seatCount": 1,
"doorCount": 1,
"interiorColor": "<string>",
"exteriorColor": "<string>",
"trim": "<string>",
"spec": "<string>"
},
"success": true
}curl --request GET \
--url https://commerce.driv.ly/api/vehicles/{vin}{
"data": {
"vin": "<string>",
"year": 123,
"make": "<string>",
"transmission": "<string>",
"engine": "<string>",
"drivetrain": "<string>",
"model": "<string>",
"bodyStyle": "<string>",
"seatCount": 1,
"doorCount": 1,
"interiorColor": "<string>",
"exteriorColor": "<string>",
"trim": "<string>",
"spec": "<string>"
},
"success": true
}Vehicle is uniquely identified by vin
The number of levels of related objects to include in the response
Vehicle Found
Show child attributes
Vehicle is uniquely identified by vin
Vehicle was manufactured in Year
Vehicle is of Make
Vehicle has Transmission
Vehicle has Engine specification
Vehicle has Drivetrain
Vehicle has Model
Vehicle has Body Style
Vehicle has Seat Count
x >= 0Vehicle has Door Count
x >= 0Vehicle was manufactured with Interior Color
Vehicle was manufactured with Exterior Color
Vehicle has Trim level
Vehicle has Vehicle Spec