cURL
curl --request GET \ --url https://commerce.driv.ly/api/vehiclespecs/{id}
{ "data": { "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" ] }, "success": true }
Vehicle Spec is uniquely identified by id
The number of levels of related objects to include in the response
Vehicle Spec Found
The response is of type object.
object