Condition Array Valuation

Run automated valuations at all condition scores.

Building on our standard valuation system you can hit a single endpoint to deliver an array of all valuations across each condition score.

Value a vehicle using an AutoGrab ID without requiring a condition_score, return multiple valuations, one for each allowable condition_score [1-5]

post

Value a vehicle using an AutoGrab ID without requiring a condition_score, return multiple valuations, one for each allowable condition_score [1-5]

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: true
post
/v2/valuations/predict/conditions

For example if you wished to return each condition value for AGID 0151142767745437 follow the steps below.

curl --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
}'

And the sytem will respond with an array of valuations.

Last updated

Was this helpful?