Copy https://openapi.paveapi.com/v1/sessions/:session_key
Sample Response (200: Ok)
Copy {
"session_key": "XXX-ABCDE12345",
"theme": "PRO",
"active": true,
"status": "COMPLETE",
"redirect_url": "https://dev.paveinspect.com/valet/XXX-ABCDE12345/?l=en",
"inspect_started_at": "2021-05-25T11:51:49.000000Z",
"inspect_ended_at": "2021-05-25T11:56:05.000000Z",
"created_at": "2021-05-25T11:50:49.000000Z",
"updated_at": "2021-05-25T11:59:20.000000Z",
"language": "EN",
"options": {
"client_id": "SOUTH234889",
"sms": {
"to": "647-455-XXXX",
"to_name": "Jane Smith",
"from": "647-422-XXXX",
"by": "Steve's Test Dealer",
}
},
"vehicle": {
"vehicle_id": 19880,
"vin": "5N1AT2MV0HCXXXXXX",
"year": 2017,
"make": "Nissan",
"model": "Rogue",
"body_type": "Wagon 4 Dr.",
"trim": "AWD 4dr S *Ltd Avail*",
"transmission": "AUTOMATIC",
"drivetrain": "All Wheel Drive",
"engine_type": "4 Cylinder Engine",
"fuel_type": "Gasoline Fuel",
"ext_col": "Glacier White",
"int_col": "Black",
"odom_reading": "100,945",
"odom_unit": "KILOMETRES"
}
}
Sample Response (404: Not Found)
Copy {
"message": "Session :session_key cannot be found."
}
Vehicle data may not appear if the User has not yet captured their VIN and no VIN look-up information is found.