If you know the unique identifier for a Vehicle, you can get the Vehicle object using the following request:
GET /api/beta/vehicles/{vehicle_id}
{vehicle_id}
- (string) The ID of the Vehicle to getFor an example response, see the example Vehicle Object.
To lookup a single Vehicle by the Our Ref
field, you can make the following request:
GET /api/beta/vehicles/by-our-ref?our_ref={our_ref}
our_ref
- (string) The Our Ref
value to lookupTo get the current status of an individual Vehicle, use the following endpoint:
GET /api/beta/vehicles/{vehicle_id}/status
The response will be a single Vehicle Search Object.