curl --request GET \
--url https://commerce.driv.ly/api/listings/{id}{
"data": {
"id": "<string>",
"odometer": 1,
"initialOfferDate": "2023-12-25",
"vehicle": "<string>",
"ownerCount": 1,
"dealer": "<string>",
"wholesaleBuyNowPrice": 123,
"accidentCount": 1,
"retailBuyNowPrice": 123,
"vehicleRating": 2.5,
"retailAskingPrice": 123,
"wholesaleMinimumBidPrice": 123,
"wholesaleMaximumBidPrice": 123,
"attachments": [
"<string>"
],
"vhrUrls": [
"<string>"
]
},
"success": true
}curl --request GET \
--url https://commerce.driv.ly/api/listings/{id}{
"data": {
"id": "<string>",
"odometer": 1,
"initialOfferDate": "2023-12-25",
"vehicle": "<string>",
"ownerCount": 1,
"dealer": "<string>",
"wholesaleBuyNowPrice": 123,
"accidentCount": 1,
"retailBuyNowPrice": 123,
"vehicleRating": 2.5,
"retailAskingPrice": 123,
"wholesaleMinimumBidPrice": 123,
"wholesaleMaximumBidPrice": 123,
"attachments": [
"<string>"
],
"vhrUrls": [
"<string>"
]
},
"success": true
}Listing is uniquely identified by id
The number of levels of related objects to include in the response
Listing Found
Show child attributes
Listing is uniquely identified by id
Listing has Odometer reading
x >= 0Listing has Initial Offer Date
Listing offers Vehicle for sale
Listing has Owner Count
x >= 0Listing is sold by Dealer
Listing has Wholesale Buy Now Price
Listing records Accident Count
x >= 0Listing has Retail Buy Now Price
Listing has Vehicle Rating
0 <= x <= 5Must be a multiple of 0.1Listing has Retail Asking Price
Listing has Wholesale Minimum Bid Price
Listing has Wholesale Maximum Bid Price
Listing has Attachment
Listing has condition details at VHR URL