Apigee Marketcheck Cars
Connector for the apigee-marketcheck-cars API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://marketcheck-prod.apigee.net/v2 - Auth:
basic(pass your key via theapiKeyinput)
Operations
get_car_dealer_inventory_active— GET /car/dealer/inventory/active — Get dealers active inventorygetrecallhistory— GET /car/recall/{vin} — Recall info by vinget— GET /client/configure/get — get client filterscrmcheck— GET /crm_check/car/{vin} — CRM check of a particular vinget_dealer_car_uk_id— GET /dealer/car/uk/{id} — Dealer by idgetdealer— GET /dealer/car/{id} — Dealer by id
Inputs
apiKey— your apigee-marketcheck-cars API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_car_dealer_inventory_active
apiKey: <your key>