Technology That Puts You in Control
Our platform integrates with your systems and gives you complete visibility into every delivery — from pickup to proof of delivery.
Our platform integrates with your systems and gives you complete visibility into every delivery — from pickup to proof of delivery.
Built from the ground up for shippers and 3PLs who need more than a tracking number. The Optima platform is an API-first logistics engine that gives you real-time control over every delivery in your network.
Our real-time dashboard puts every shipment, driver, and delivery event at your fingertips. Create shipments, monitor routes, manage exceptions, and pull analytics — all from a single pane of glass. No more calling for updates. No more guessing where your packages are.
Every tool you need to manage, track, and optimize your deliveries — built into one platform.
RESTful API with comprehensive documentation. Create shipments, get rates, pull tracking events, and receive webhook callbacks. Connect in hours, not weeks.
Every status update — from pickup to doorstep — is captured and shared instantly. Share a branded tracking link so recipients have full visibility at every step of the delivery.
Every delivery includes a timestamped photo taken at the doorstep. Reduce disputes, increase customer confidence, and create an auditable delivery record.
AI-powered routing that factors in traffic, delivery windows, vehicle capacity, and stop density. More deliveries per route, lower cost per package.
Automated SMS and email updates at every milestone — out for delivery, delivered. Reduce "where is my package?" calls by up to 80%.
Delivery performance dashboards with on-time rates, exception tracking, cost analysis, and trend data. Export to CSV or connect via API for custom reporting.
Connect Optima to the platforms you already use. Our integrations go live in hours, not weeks — so you can start shipping smarter right away.
Our RESTful API is designed for developers. Comprehensive documentation, sandbox environment, and dedicated engineering support.
// Create a new shipment POST /api/shipment/ // Authorization: Bearer {api_key} { "accountId": 1042, "clientShipmentId": null, "serviceLevelId": "NxtDay", "shipmentAddress": { "companyName": "Acme Supply Co.", "contactName": "John Doe", "email": "[email protected]", "notes": "Leave with receptionist.", "addressLine1": "123 Main St.", "addressLine2": "", "city": "Boston", "zip": "02101", "state": "MA", "phone": "617-555-0142", "country": "US" }, "packages": [ { "barcode": "OPT000420010", "actualWeight": 5, "length": 15, "width": 12, "height": 10, "declaredValue": 100 } ] } // Response: 201 Created { "shipmentId": "SHP-20260429-001042", "trackingNumber": "OPT000420010", "trackingUrl": "https://track.shipoptima.com/OPT000420010", "estimatedDelivery": "2026-04-30", "status": "label_created", "packages": [ { "barcode": "OPT000420010", "labelUrl": "https://api.shipoptima.com/v1/labels/OPT000420010.pdf" } ] }
Your data is protected by enterprise-grade security. Our platform is built for uptime, compliance, and peace of mind.
Independently audited security controls for data handling, access management, and operational processes. Compliance you can verify.
Redundant infrastructure with automated failover. Our platform stays online so your operations never skip a beat.
TLS 1.3 encryption in transit and AES-256 encryption at rest. Your shipment data and customer information are protected at every layer.
Granular permissions for every user. Admins, dispatchers, drivers, and clients each see only what they need — nothing more.
Get API access, explore our sandbox, or talk to our engineering team about a custom integration for your platform.