Web Application
Learn how to use the LMI web application modules including Home, Analytics, Operator, and workspace-specific tools for Sales, Operations, and Finance.
Welcome to the Last Mile Intelligence (LMI) documentation. LMI is a comprehensive platform for delivery optimization, tank monitoring, route management, and operational efficiency.
Web Application
Learn how to use the LMI web application modules including Home, Analytics, Operator, and workspace-specific tools for Sales, Operations, and Finance.
Data Catalog
Comprehensive guides for managing your data: Customers, Tanks, Orders, Vehicles, Resources, and more.
Mobile Applications
Documentation for LMI mobile apps: Mobile (driver app), Fleet (loadsheet management), and Service (field service).
Automation & Workflows
Workflow automation with n8n, including getting started guides and custom node documentation for LMI, Samsara, FleetIO, and other systems.
Build integrations with the LMI REST API. Our API provides programmatic access to customers, orders, tanks, vehicles, optimization, and more.
The API Playground provides:
Contact your organization administrator to get your LMI API credentials:
| Environment | API URL | Playground |
|---|---|---|
| Production | https://api.lastmile-tei.com | Open Playground |
| Staging | https://api.staging.lastmile-tei.com | Open Playground |
All API endpoints require Basic Authentication. Include your credentials in the Authorization header:
curl -X GET "https://api.lastmile-tei.com/customers" \ -u "your-username:your-password"Browse endpoints in the API Reference sidebar or jump directly to a resource in the playground:
| Resource | Description | Try It |
|---|---|---|
| Customers | Customer records and preferences | Playground |
| Orders | Order management and fulfillment | Playground |
| Tanks | Tank monitoring and readings | Playground |
| Vehicles | Vehicle fleet management | Playground |
| Resources | Driver and resource management | Playground |
| Optimization | Route optimization operations | Playground |
For the complete list of endpoints, see the API Reference in the sidebar.