# Find vehicle by ID Endpoint: GET /vehicles/{vehicleId} Version: 1.0.0 Security: M2X_auth_application ## Path parameters: - `vehicleId` (string, required) The vehicle Id ## Response 200 fields (application/json): - `id` (string, required) Example: "L001" ## Response 404 fields (application/json): - `message` (string) Example: "not found"