Vehicle
Get a vehicle
Fetch a single vehicle by its id. Scoped to the API key's company — an id belonging to another company, or a soft-deleted vehicle, returns 404, as does an unknown id.
Required permission: settings_permissions_vehicles.
get/public/v1/vehicles/{id}
Path parameters
idstring required
The vehicle's id, as returned by the list or upsert endpoints.
Response
A single vehicle
Changes
No recorded changes to this endpoint across all 2 revisions of this API.