https://marketcheck-prod.apigee.net/v2/history/car/{vin}The history API returns online listing history for a car identified by its VIN. History listings are sorted in the descending order of the listing date / last seen date
List of fields to fetch, in case the default fields list in the response is to be trimmed down
Page number to fetch the results for the given criteria. Default is 1.
Flag to indicate whether to include duplicate historical records as well in the response
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://marketcheck-prod.apigee.net/v2/history/car/{vin}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}https://marketcheck-prod.apigee.net/v2/history/car/{vin}The history API returns online listing history for a car identified by its VIN. History listings are sorted in the descending order of the listing date / last seen date
List of fields to fetch, in case the default fields list in the response is to be trimmed down
Page number to fetch the results for the given criteria. Default is 1.
Flag to indicate whether to include duplicate historical records as well in the response
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://marketcheck-prod.apigee.net/v2/history/car/{vin}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}