Kelley Blue Book Instant Cash Offer (ICO) API
Produces a Kelley Blue Book Instant Cash Offer for a vehicle. Vehicle configuration lookups (year, make, model, trim, transmission, engine, drivetrain, colour, options), licence-plate-to-VIN lookup, prospect creation with history, condition and contact information, and offer creation and retrieval. Responses use a meta/data envelope with numeric Cox Automotive result codes.
GET
/vehicles/vin/{vin}
GET
/vehicles/years
OPTIONS
/vehicles/years
GET
/vehicles/makes
OPTIONS
/vehicles/makes
GET
/vehicles/models
OPTIONS
/vehicles/models
GET
/vehicles/trims
OPTIONS
/vehicles/trims
GET
/vehicles/colors
OPTIONS
/vehicles/colors
GET
/vehicles/transmissions
OPTIONS
/vehicles/transmissions
GET
/vehicles/engines
OPTIONS
/vehicles/engines
GET
/vehicles/drivetrains
OPTIONS
/vehicles/drivetrains
GET
/vehicles/options
OPTIONS
/vehicles/options
GET
/vehicles/eligibility
OPTIONS
/vehicles/eligibility
GET
/plate2vin/lookup
GET
/plate2vin/states
POST
/prospects
OPTIONS
/prospects
GET
/prospects/{prospectId}
OPTIONS
/prospects/{prospectId}
GET
/prospects/{prospectId}/history
PATCH
/prospects/{prospectId}/history
OPTIONS
/prospects/{prospectId}/history
PATCH
/prospects/{prospectId}/options
OPTIONS
/prospects/{prospectId}/options
GET
/prospects/{prospectId}/conditions
PATCH
/prospects/{prospectId}/conditions
OPTIONS
/prospects/{prospectId}/conditions
GET
/prospects/{prospectId}/contactInfo
PATCH
/prospects/{prospectId}/contactInfo
OPTIONS
/prospects/{prospectId}/contactInfo
POST
/offers
OPTIONS
/offers
GET
/offers/{offerId}
OPTIONS
/offers/{offerId}