Search Vehicle by ID
Retrieves details of a vehicle by its unique ID.
Path parameters
vehicle_idstringRequired
ID of the vehicle returned from a search
Query parameters
reference_idstringOptionalExample:
An optional reference id which will be stored against usage records if supplied
MY_REFERENCE_123Responses
200
Vehicle ID Search Response
application/json
successbooleanOptionalExample:
Whether or not the identify new owner transaction was successful
true400
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/{vehicle_id}Last updated