Path Parameters
Vehicle Spec is uniquely identified by id
Query Parameters
The number of levels of related objects to include in the response
Response
Vehicle Spec Found
Examples:
{
"id": "vs_4jf8x9jv5c0b",
"make": "Toyota",
"year": 2022,
"trim": "SE",
"model": "Camry",
"engine": "2.5L 4-cylinder",
"squishVin": "4T1BF1FK5H",
"bodyStyle": "Sedan",
"drivetrain": "FWD",
"transmission": "Automatic",
"exteriorColors": ["Black", "Silver"],
"interiorColors": ["Black", "Gray"]
}