curl --request GET \
--url https://commerce.driv.ly/api/vehiclespecs/{id}{
"data": {
"id": "<string>",
"model": "<string>",
"make": "<string>",
"year": 123,
"engine": "<string>",
"drivetrain": "<string>",
"bodyStyle": "<string>",
"transmission": "<string>",
"squishVin": "<string>",
"trim": "<string>",
"exteriorColors": [
"<string>"
],
"interiorColors": [
"<string>"
]
},
"success": true
}curl --request GET \
--url https://commerce.driv.ly/api/vehiclespecs/{id}{
"data": {
"id": "<string>",
"model": "<string>",
"make": "<string>",
"year": 123,
"engine": "<string>",
"drivetrain": "<string>",
"bodyStyle": "<string>",
"transmission": "<string>",
"squishVin": "<string>",
"trim": "<string>",
"exteriorColors": [
"<string>"
],
"interiorColors": [
"<string>"
]
},
"success": true
}Vehicle Spec is uniquely identified by id
The number of levels of related objects to include in the response
Vehicle Spec Found
Show child attributes
Vehicle Spec is uniquely identified by id
Vehicle Spec has Model
Vehicle Spec has Make
Vehicle Spec has Year
Vehicle Spec has Engine specifications
Vehicle Spec has Drivetrain
Vehicle Spec has Body Style
Vehicle Spec has Transmission
Vehicle Spec has Squish VIN
10Vehicle Spec has Trim
Vehicle Spec has Exterior Color
Vehicle Spec has Interior Color