# Sensor

A sensor is a device that is able to measure a quantity in a certain unit, such as measuring the speed in km/h.

## Get a specific Sensor by its UUID

 - [GET /api/v5/sensors/{UUID}](https://otm-api-spec.redocly.app/api/5.7/otm/sensor/paths/~1api~1v5~1sensors~1%7Buuid%7D/get.md)

## Deletes a Sensor

 - [DELETE /api/v5/sensors/{UUID}](https://otm-api-spec.redocly.app/api/5.7/otm/sensor/paths/~1api~1v5~1sensors~1%7Buuid%7D/delete.md)

## Adds a new Sensor

 - [PUT /api/v5/sensors](https://otm-api-spec.redocly.app/api/5.7/otm/sensor/paths/~1api~1v5~1sensors/put.md)

