GET /car/recall/{vin}
Summary: Recall info by vin
Operation ID: getRecallHistory
Auth: api_key
Operation ID: getRecallHistory
Auth: api_key
Description
Get a particular recall information for a vin
Parameters (3)
api_key
(string, query, optional)
The API Authentication Key. Mandatory with all API calls.
page
(number, query, optional)
Page number to fetch the results for the given criteria. Default is 1.
vin
(string, path, required)
The VIN to identify the car. Must be a valid 17 char VIN
Constraints: {'minLength': 10}
No probe data for this endpoint yet.