Recall Search

Check the recall status of a vehicle

Overview

The Recall Check API allows you to access the current recall status of a given vehicle based on the registration. This API requires authentication and an appropriate license attached to it.

Perform a recall check on a vehicle's registration

get

Perform a recall check on a vehicle's registration

Authorizations
ApiKeystringRequired
Path parameters
plate_numberstringRequired

Plate number of the vehicle

Query parameters
regionstringOptional
Responses
chevron-right
200

Success

application/json
successbooleanOptionalDefault: true
vehicle_registration_markstringOptional
vehicle_identification_numberstringOptional
smmt_manufacturer_model_descstringOptional
recall_statusstringOptional
recall_status_checked_datetimestringOptional

Date and time in ISO 8601 format with time offset

recall_qtynumberOptional
get
/v2/vehicles/registrations/{plate_number}/recall-check

Last updated

Was this helpful?