Search Vehicle by Plate
"upstream_vehicle": "1986 Homebuilt MISC Misc Boat Trailer"
Retrieve a vehicle by its registration number
Path parameters
platestringRequiredExample:
Registration number/plate of the vehicle
ABC123Query parameters
statestringRequiredExample:
The state associated with the supplied registration number
NSWreference_idstringOptionalExample:
An optional reference id which will be stored against usage records if supplied
MY_REFERENCE_123Responses
200
Vehicle Response
application/json
successbooleanOptionalExample:
Whether or not the identify new owner transaction was successful
trueupstream_vehiclestringOptionalExample:
Detailed description of vehicle
2007 Mitsubishi OUTLANDER Outlander 2.4 AWD XLS Wagon CVT Petrol Wagon 2,359cc 127kwconfidencestringOptionalExample:
Confidence score for a given vehicle
standardcolourstringOptionalExample:
Primary colour of the vehicle
GREYvinstringOptionalExample:
Vehicle Identification Number
ABCDEFGH123456789400
Bad Request / Validation Failed
application/json
404
Resource for id cannot be found
application/json
500
Unknown error on the service side
application/json
get
/v1/vehicles/plate/{plate}Last updated