Get fully protected with the most comprehensive and cost-effective approach for managing keeper changes.
This service makes it easy to check for a change of keeper prior to every communication, protecting your reputation and ensuring you comply with GDPR.
Pay-on-results* pricing allows you to minimise cost while achieving better protection than periodic data cleanses.
*only pay for checks that identify a keeper change since the last seen date
Key Features
VIN-based Lookup
Last Seen Date
Pay on Results Pricing
Improves Customer Contact
Increases Your Compliance
Maximise Response Rates
Sample Response
Documentation
Introduction
Header
When making calls to our API, include the following header:
Example Request
https://api.oneautoapi.com/ukvehicledata/keeperchangefromvin?vehicle_identification_number=ABCDE123456F78910&last_seen_date=2018-01-01
Example Sandbox Request
https://sandbox.oneautoapi.com/ukvehicledata/keeperchangefromvin?vehicle_identification_number=ABCDE123456F78910&last_seen_date=2018-01-01
Request Parameters
Sample Response
{
"success": true,
"result": {
"keeper_change": true,
"date_of_last_keeper_change": "2020-01-01"
},
"error": "If there is an error the message would go here"
}