Get vehicle mileage history
Retrieve historical mileage records for a vehicle to detect odometer rollbacks or inconsistencies.
Path parameters
17-character Vehicle Identification Number
Response
Mileage history records
Example response
{
"vin": "JTDKDTB33J1604823",
"totalRecords": 5,
"mileageHistory": [
{
"mileage": 45000,
"createdAt": "2023-06-15T10:30:00Z"
}
]
}Changes
Changed in 1 of the 3 revisions of this API.9
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
removed the non-success response with the status
401response-non-success-status-removed
- ○
added the optional property
codeto the response with the400statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the404statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the400statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the404statusresponse-optional-property-added
- ○
added the optional property
resetDateto the response with the400statusresponse-optional-property-added
- ○
added the optional property
resetDateto the response with the404statusresponse-optional-property-added
- ○