Recall Check from VIN
Easily check for outstanding recalls on 40 manufacturers.
Vehicles with outstanding recalls present a wide range of risk to fleet operators, dealers and the general public.
For Franchised Dealers, outstanding recalls also represent a significant opportunity to drive revenue and increased workshop utilisation.
Manufacturers covered: Abarth, Alfa Romeo, Alpine, Audi, BMW, Chevrolet, Chrysler, Citroen, Cupra, Dacia, Daihatsu, Dodge, DS, Fiat, Ford, Great Wall, Honda, Hyundai, Infiniti, Isuzu, Jaguar, Jeep, Kia, Lancia, Land Rover, Lexus, Mazda, Mercedes-Benz, MINI, Mitsubishi, Nissan, Opel, Peugeot, Polestar, Renault, Seat, Skoda, Smart, Subaru, Suzuki, Toyota, Vauxhall, Volkswagen, Volvo.
Key Features
Stock Buying
Part-Exchange Appraisal
Drive Revenue & Workshop Utilisation
Fleet Disposals
Fleet Risk Management
Grey Fleet Checks
Sample Response
Documentation
Introduction
Header
When making calls to our API, include the following header:
Example Request
https://api.oneautoapi.com/oneauto/recallcheckfromvin?vehicle_identification_number=ABCDE123456F78910
Example Sandbox Request
https://sandbox.oneautoapi.com/oneauto/recallcheckfromvin?vehicle_identification_number=ABCDE123456F78910
Request Parameters
Sample Response
{
"success": true,
"result": {
"vehicle_registration_mark": "AB21ABC",
"vehicle_identification_number": "ABCDE123456F78910",
"smmt_manufacturer_model_desc": "Mini Cooper S Sport Auto",
"recall_status": "Recall outstanding",
"recall_status_checked_datetime": "2022-01-01T16:07:33.6134574+00:00",
"recall_qty": 1,
"recall_data_items": [
{
"recall_desc": "REAR SPOILER OUTER SURFACE RETENTION"
}
]
},
"error": "If there is an error the message would go here"
}