# Trip A Trip is an aggregate entity that combines various entities to model visiting various locations, potentially doing one or multiple actions on each location, such as loading or unloading consignments. It is optionally coupled to a `Vehicle` that is/was driving this trip. ## Get a specific Trip by its UUID - [GET /api/v5/trips/{UUID}](https://otm-api-spec.redocly.app/api/5.7/otm/trip/paths/~1api~1v5~1trips~1%7Buuid%7D/get.md) ## Deletes a Trip - [DELETE /api/v5/trips/{UUID}](https://otm-api-spec.redocly.app/api/5.7/otm/trip/paths/~1api~1v5~1trips~1%7Buuid%7D/delete.md) ## Adds a new Trip - [PUT /api/v5/trips](https://otm-api-spec.redocly.app/api/5.7/otm/trip/paths/~1api~1v5~1trips/put.md)