Upstream Vehicle Search
Access registration authority information to get unmatched vehicle data from a plate or VIN.
Get upstream vehicle data using a VIN
Authorizations
ApiKeystringRequired
Path parameters
vinstringRequired
Plate number of the registered vehicle
Query parameters
regionstring Β· enumOptionalPossible values:
The region to perform this request in
reference_idstringOptional
An optional reference id which will be stored against usage records if supplied
Responses
200
Success
application/json
successbooleanOptionalDefault:
true400
Bad Request
application/json
401
Unauthorized
application/json
get/v2/vehicles/vins/{vin}/upstream
GET /v2/vehicles/vins/{vin}/upstream HTTP/1.1
Host: api.autograb.com.au
ApiKey: YOUR_API_KEY
Accept: */*
{
"success": true,
"payload": {
"title": "text",
"year": 1,
"make": "text",
"model": "text",
"badge": "text",
"series": "text",
"body_type": "text",
"body_config": "text",
"transmission": "text",
"wheelbase": "text",
"fuel": "text",
"engine": "text",
"drive": "text",
"num_doors": 1
}
}Example Usage
Last updated
Was this helpful?