inspection.complete
event indicates that the inspection has finished, and that a report is available for you
to review.
This is a webhook event, which means we will send this event via HTTP POST to a URL of your choice. The body of the request will be a JSON object with the below schema, and security to ensure the request is from us.
Body Parameters
The inspection report object that has been filled out.
Show child attributes
Show child attributes
Copy
{
"data": {
"id": "ispkt_hBNxywxcUZ",
"status": "complete",
"createdAt": "2024-04-15T00:00:00Z",
"updatedAt": "2024-04-19T00:00:00Z",
"report": {
"id": "rpt_GSMhgFTcx",
"vin": "WP0AF2A99KS165242",
"vehicleType": "standard",
"mileage": 12345,
"photos": [
"https://cdn.photos.vin/detail/WP0AF2A99KS165242/1.jpg",
"https://cdn.photos.vin/detail/WP0AF2A99KS165242/2.jpg",
"https://cdn.photos.vin/detail/WP0AF2A99KS165242/3.jpg",
...
],
"exterior": {
"Back-Up Camera": {
"passed": true,
"notes": null
},
"Wiper Blades": {
"passed": true,
"notes": null
},
"Windshield Washer": {
"passed": false,
"notes": "The windshield washer fluid was low. Did not see work."
},
"Body Alignment": {
"passed": false,
"notes": "The right front fender to right front door is slightly off."
},
"Scratches": {
"passed": false,
"notes": "There are scratches throughout the entire vehicle."
},
"Dings": {
"passed": false,
"notes": "There are dings throughout the vehicle."
},
"Dents": {
"passed": false,
"notes": "There are dents on the right front fender and door."
},
"Paint Condition": {
"passed": true,
"notes": null
},
"Rust": {
"passed": true,
"notes": null
},
"Exterior Lights": {
"passed": false,
"notes": "There are scratches and chips on the front lights with a crack in the right front head light. There are scratches on the rear lights."
},
"Sunroof": {
"passed": true,
"notes": null
},
"Door Mirrors": {
"passed": false,
"notes": "The left mirror has rock chips."
},
"Bumpers": {
"passed": false,
"notes": "The front cover shows signs of impact on the left front. Both have scratches."
},
"Side Moldings": {
"passed": true,
"notes": null
},
"Frame Damage": {
"passed": false,
"notes": "The leading edge of the left front rocker is pushed in. Disassembly required for further evaluation."
},
"Glass": {
"passed": false,
"notes": "There are two rock chips on the front wind shield."
},
"Body Seals": {
"passed": true,
"notes": null
}
},
"interior": {
"Steering Wheel": {
"passed": false,
"notes": "The wheel is worn."
},
"Horn": {
"passed": true,
"notes": null
},
"Cruise Control": {
"passed": true,
"notes": null
},
"Seat Condition": {
"passed": false,
"notes": "The driver seat is worn on upper outer bolster."
},
"Heated Seats": {
"passed": true,
"notes": null
},
"Seat Belts": {
"passed": true,
"notes": null
},
"Clock": {
"passed": true,
"notes": null
},
"Radio/Navigation": {
"passed": false,
"notes": "The volume knob works inconsistently."
},
"Inner Door Panels": {
"passed": true,
"notes": null
},
"Power Locks": {
"passed": true,
"notes": null
},
"Window Switches": {
"passed": true,
"notes": null
},
"Window Function": {
"passed": false,
"notes": "The left front window screeches during operation."
},
"Center Console": {
"passed": false,
"notes": "The media select button is missing its trim. There are scratches and signs of use throughout this area."
},
"Dash": {
"passed": true,
"notes": null
},
"Sun Visors": {
"passed": false,
"notes": "Both visor retainer clips are broken."
},
"Dash Lights": {
"passed": true,
"notes": null
},
"Dash Gauges": {
"passed": true,
"notes": null
},
"Air Conditioning": {
"passed": true,
"notes": null
},
"Heater": {
"passed": true,
"notes": null
},
"Rear Defroster": {
"passed": true,
"notes": null
},
"Carpet": {
"passed": true,
"notes": null
},
"Floor Mats": {
"passed": true,
"notes": null
},
"Cigarette Use": {
"passed": false,
"notes": "The presence of cigarette use is strongly apparent."
},
"Unusual Odors": {
"passed": true,
"notes": null
},
"Cup Holders": {
"passed": true,
"notes": null
},
"Headliner": {
"passed": true,
"notes": null
},
"Blower Motor": {
"passed": true,
"notes": null
},
"Interior Trim": {
"passed": true,
"notes": null
}
},
"mechanical": {
"Air Filter": {
"passed": true,
"notes": null
},
"Battery Condition": {
"passed": true,
"notes": null
},
"Charging System": {
"passed": true,
"notes": null
},
"Cooling Fan Condition": {
"passed": true,
"notes": null
},
"Radiator Cap Sealing": {
"passed": true,
"notes": null
},
"Hoses": {
"passed": true,
"notes": null
},
"Radiator": {
"passed": true,
"notes": null
},
"Engine Coolant": {
"passed": false,
"notes": "Engine coolant should be replaced and system flushed."
},
"Coolant Leaks": {
"passed": false,
"notes": "I found water under the oil fill cap and unsure of where the water came from. It could be a coolant leak within the engine but there were no signs of intermix. It could also be water from pressure washing."
},
"Belts": {
"passed": true,
"notes": null
},
"Power Steering": {
"passed": true,
"notes": null
},
"Engine Oil": {
"passed": false,
"notes": "I found water under the oil fill cap. Draining of oil required to fully determine its source."
},
"Engine Fluid Leaks": {
"passed": true,
"notes": null
},
"Transmission Leaks": {
"passed": true,
"notes": null
},
"Brake System": {
"passed": true,
"notes": null
},
"Brake Fluid Leaks": {
"passed": true,
"notes": null
},
"Transfer Case Leaks": {
"passed": true,
"notes": null
},
"Differential Leaks": {
"passed": true,
"notes": null
},
"Muffler System": {
"passed": true,
"notes": null
},
"CV Joints and Axles": {
"passed": true,
"notes": null
},
"Shocks and Bushings": {
"passed": true,
"notes": null
},
"Ball Joints and Tie Rods": {
"passed": true,
"notes": null
},
"Key Fob": {
"passed": true,
"notes": null
}
}
}
}
}