# Vehicles API

Version: 0.0.1

## Servers

```
https://api.lytx.com/v0/vehicles
```

## Security

### bearerAuth

Type: http
Scheme: bearer

## Download OpenAPI description

[Vehicles API](https://developer.lytx.com/_bundle/openapispec/vehicles.openapi.yaml)

## Vehicles (DriveCam)

External Vehicles API. Uses bearer token authentication.

### Add New Vehicle

 - [POST /all](https://developer.lytx.com/openapispec/vehicles.openapi/vehicles-(drivecam)/vehicle_addvehicle.md)

### Retrieve Vehicles

 - [GET /all](https://developer.lytx.com/openapispec/vehicles.openapi/vehicles-(drivecam)/vehicle_getvehicles.md)

### Update Vehicle with Specified ID (full or partial)

 - [PATCH /{id}](https://developer.lytx.com/openapispec/vehicles.openapi/vehicles-(drivecam)/vehicle_updatevehicle.md)

### Delete Vehicle with Specified ID

 - [DELETE /{id}](https://developer.lytx.com/openapispec/vehicles.openapi/vehicles-(drivecam)/vehicle_deletevehicle.md)

### Retrieve Vehicle with Specified ID

 - [GET /{id}](https://developer.lytx.com/openapispec/vehicles.openapi/vehicles-(drivecam)/vehicle_getvehicle.md)

### Retrieve List of Possible Vehicle Statuses

 - [GET /statuses](https://developer.lytx.com/openapispec/vehicles.openapi/vehicles-(drivecam)/vehicle_getvehiclestatuses.md)

### Retrieve List of Possible Vehicle Types

 - [GET /types](https://developer.lytx.com/openapispec/vehicles.openapi/vehicles-(drivecam)/vehicle_getvehicletypes.md)

### Retrieve List of Possible Seatbelt Types

 - [GET /seatbelt-types](https://developer.lytx.com/openapispec/vehicles.openapi/vehicles-(drivecam)/vehicle_getseatbelttypes.md)

### Retrieve List of Subdivisions for Country with Specified Code

 - [GET /country-subdivisions](https://developer.lytx.com/openapispec/vehicles.openapi/vehicles-(drivecam)/vehicle_getcountrysubdivisions.md)

