GET /crm_check/car/{vin}

apigee.net:marketcheck-cars

Summary: CRM check of a particular vin
Operation ID: crmCheck
Auth: api_key
Description

Check whether particular vin has had a listing after stipulated date or not

Parameters (3)

api_key (string, query, optional)

The API Authentication Key. Mandatory with all API calls.

sale_date (string, query, required)

sale date to check whether after this listing has appeared or not. Must be 8 character long, with YYYYMMDD format

Constraints: {'minLength': 8}

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.