Get Car Performance
GET /api/v1/cars/{id}/performance.json
GET
/api/v1/cars/{id}/performance.json
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Car ID/Slug/Custom_slug
Query Parameters
Section titled “Query Parameters ” lookup_by
string
Example
vinResponses
Section titled “ Responses ”Valid permissions
object
id
integer
days_old
integer
car_type
string
status
string
make
string
model
string
vin
string
created_at
string format: date-time
updated_at
string format: date-time
leads_count
integer
photos_count
integer
phone_calls
integer
price_changes_count
integer
last_price_change
string
start_price
number
days_to_twenty_photos
integer
stocknum
string
slug
string
views
integer
sold_date
string
price_type
string
leads
Array<object>
object
id
integer
created_at
string format: date-time
source
string
lead_status
string
lead_state
string
price_changes
Array<object>
object
updated_at
string
dapprice
number
egcprice
number
Examples
{ "id": 1, "days_old": 10, "car_type": "used", "status": "available", "make": "Toyota", "model": "Camry", "vin": "ABC123", "created_at": "2024-01-01T00:00:00.000Z", "updated_at": "2024-01-01T00:00:00.000Z", "leads_count": 0, "photos_count": 0, "phone_calls": 0, "price_changes_count": 0, "last_price_change": null, "start_price": 5000, "days_to_twenty_photos": null, "stocknum": "12345", "slug": "2020-toyota-camry-12345", "views": 0, "sold_date": null, "price_type": "dap", "leads": [ { "id": 1, "created_at": "2024-01-01T00:00:00.000Z", "source": "Website", "lead_status": "new", "lead_state": "new" } ], "price_changes": [ { "updated_at": "2024-01-01T00:00:00.000Z", "dapprice": 4500, "egcprice": null } ]}If car belongs to dealership not associated with API key