Api AutoBidPark

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
More information: https://helloreverb.com
Contact Info: hello@helloreverb.com
Version: 1.0.0
BasePath:/
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

Methods

[ Jump to Models ]

Table of Contents

CurrentLots

History

Other

CurrentLots

Up
get /cars/current-bid
(carsCurrentBidGet)
You can get the "Current bid" price.

site - auction (1 – Copart or 2 – IAAI)

lot_id - Lot ID

Request headers

Query parameters

lot_id (required)
Query Parameter — Lot ID
site (required)
Query Parameter — 1=Copart, 2=IAAI

Responses

200

Success

Up
get /cars
(carsGet)
You will receive the current lots that are on both auto auctions right now. By default, sorting will be by auction date.

site - auction (1 – Copart or 2 – IAAI)

lot_id - Lot ID

item_id - Item ID (only for IAAI)

salvage_id - ID which can be seen in the link (only for IAAI)

title - Name (year, make, model and series)

status - For example Run & Drive

odometer - Odometer reading

odobrand - Relevance of odometer readings

drive - For example Front Wheel Drive

price_new - BuyNow price

price_future - seller's reserve

Request headers

Query parameters

make (optional)
Query Parameter — Make
model (optional)
Query Parameter — Model
site (optional)
Query Parameter — 1=Copart, 2=IAAI
buy_now (optional)
Query Parameter — Enter the value “true” to get only Buy Now lots
transmission (optional)
Query Parameter — Transmission
fuel (optional)
Query Parameter — Fuel
status (optional)
Query Parameter — Status
drive (optional)
Query Parameter — Drive
damage_pr (optional)
Query Parameter — Damage Pr
engine (optional)
Query Parameter — Engine
document (optional)
Query Parameter — Document
year_from (optional)
Query Parameter — Year From
year_to (optional)
Query Parameter — Year To
odometer_min (optional)
Query Parameter — Odometer Min
odometer_max (optional)
Query Parameter — Odometer Max
sort (optional)
Query Parameter — auction_date or created_at (by auction date or lot creation date)
direction (optional)
Query Parameter — ASC or DESC (sort A->Z or Z->A)
page (optional)
Query Parameter — Page
size (optional)
Query Parameter — Number of lots per page (maximum 30pcs)

Responses

200

Success

Up
get /cars/{lot_id}
(carsLotIdGet)
You will receive the current lots that are on both auto auctions right now. By default, sorting will be by auction date.

site - auction (1 – Copart or 2 – IAAI)

lot_id - Lot ID

Path parameters

lot_id (required)
Path Parameter — Lot ID

Request headers

Query parameters

site (optional)
Query Parameter — 1=Copart, 2=IAAI

Responses

200

Success

History

Up
get /history-cars
(historyCarsGet)
You will receive a list of lots of cars already sold. This is useful if you want to create websites where you can see the list of sold cars.

Request headers

Query parameters

make (required)
Query Parameter — Make
model (required)
Query Parameter — Model
site (optional)
Query Parameter — 1=Copart, 2=IAAI
year_from (optional)
Query Parameter — Year From
year_to (optional)
Query Parameter — Year To
auction_date_from (optional)
Query Parameter — Auction Date From
auction_date_to (optional)
Query Parameter — Auction Date To
page (optional)
Query Parameter — Page
size (optional)
Query Parameter — Number of lots per page (maximum 30pcs)

Responses

200

Success

Up
get /sale-histories/lot-id
(saleHistoriesLotIdGet)
Get information about the lot and the history of sales at auctions for the last 3 years by Lot ID.

Request headers

Query parameters

lot_id (optional)
Query Parameter — Lot Id
site (optional)
Query Parameter — 1 = Copart, 2 = IAAI

Responses

200

Success

Up
get /sale-histories/vin
(saleHistoriesVinGet)
Get information about the lot and the history of sales at auctions for the last 3 years by vincode.

Request headers

Query parameters

vin (optional)
Query Parameter — Vin

Responses

200

Success

Other

Up
get /cars/lot-id/all
(carsLotIdAllGet)
Find information about the VIN code regardless of where the lot is located (history or current).

site - auction (1 – Copart or 2 – IAAI)

lot_id - Lot ID

Request headers

Query parameters

lot_id (required)
Query Parameter — Lot ID
site (required)
Query Parameter — 1=Copart, 2=IAAI

Responses

200

Success

Up
get /cars/makes-and-models
(carsMakesAndModelsGet)
Get the full list of makes and models you can use with us.

Request headers

Responses

200

Success

Up
get /cars/vin/all
(carsVinAllGet)
Find information about the VIN code regardless of where the lot is located (history or current).

vin - Vin

Request headers

Query parameters

vin (required)
Query Parameter — Vin

Responses

200

Success

Models

[ Jump to Methods ]

Table of Contents