# Lytx.Device.Api

These routes are externally accessible and require authentication.

Version: 1.0.0

## Servers

```
https://api.lytx.com/v1
```

## Security

### bearerAuth

Type: http
Scheme: bearer

## Download OpenAPI description

[Lytx.Device.Api](https://lytx-developer-portal.redocly.app/_bundle/openapispec/device.openapi.yaml)

## Devices (DriveCam)

### Retrieve List of Devices

 - [GET /devices](https://lytx-developer-portal.redocly.app/openapispec/device.openapi/devices-(drivecam)/paths/~1devices/get.md): Retrieve a list of devices.

### Retrieve Specific Device

 - [GET /devices/{deviceIdentifier}](https://lytx-developer-portal.redocly.app/openapispec/device.openapi/devices-(drivecam)/paths/~1devices~1%7Bdeviceidentifier%7D/get.md): Retrieve a specific device.

### Retrieve Vehicle Assignment Changes

 - [GET /devices/vehicleAssignments](https://lytx-developer-portal.redocly.app/openapispec/device.openapi/devices-(drivecam)/paths/~1devices~1vehicleassignments/get.md): Retrieve vehicle assignment changes. This includes:
- Moving devices between vehicles;
- Adding devices to vehicles (in this case, a sample vehicle ID is used for previous vehicle data);
- Removing devices from vehicles (in this case, a sample vehicle ID is used for target vehicle data).

