Condition Array Valuation
Run automated valuations at all condition scores.
Value a vehicle using an AutoGrab ID without requiring a condition_score, return multiple valuations, one for each allowable condition_score [1-5]
post
Authorizations
ApiKeystringRequired
Body
regionstring · enumOptionalPossible values:
vehicle_idstringRequired
The AutoGrab Vehicle ID which corresponds to the vehicle that should be valued
kmsnumberOptional
The odometer reading of the vehicle. If no reading is provided, the average value will be subsituted
rrp_overwritenumberOptional
rrp_adjustmentnumberOptional
regostringOptional
The registration plate of the vehicle, for reference purposes only
statestringOptional
The registration state of the vehicle, if applicable
vinstringOptional
The VIN of the vehicle, for reference purposes only
Responses
200
Success
application/json
successbooleanOptionalDefault:
true400
Bad Request
application/json
401
Unauthorized
application/json
post
/v2/valuations/predict/conditionscurl --location 'https://api.autograb.com.au/v2/valuations/predict/conditions' \
--header 'Content-Type: application/json' \
--header 'ApiKey: YOURKEY' \
--data '{
"region": "au",
"vehicle_id": "0151142767745437",
"kms": 30000
}'Last updated
Was this helpful?