Portal free freight
Stop Logging into 10 Carrier Portals Every Morning
Eight browser tabs. Eight logins. Eight different UIs. Eight different tracking formats. Every morning your ops team opens carrier portals one by one, re enters the same shipment details, compares rates in a spreadsheet, and checks tracking across every site individually. Warp consolidates quoting, booking, and tracking across 20,000+ local 3rd party carriers into one API. One call. One response. One format.
20,000+ carriers · 9,000+ box trucks and cargo vans · 50+ cross dock facilities
Your morning with carrier portals
This is what portal based freight management looks like. Every shipment requires logging into multiple carrier websites, entering the same details in different formats, and manually comparing results. For a team moving 20+ shipments per day, this burns hours.
Your morning with Warp
One API call returns rates across every eligible mode and carrier. One booking call confirms the shipment. One tracking call returns normalized status for every active shipment. No portals. No re entering data. No tab switching.
One call for all modes
Instead of logging into separate portals for LTL, truckload, box truck, and cargo van, send one quote request to Warp. Omit the vehicle type and the API returns rates across every eligible mode. Compare them in one response.
POST /freights/quote (all modes)
curl -X POST https://api.wearewarp.com/api/v1/freights/quote \
-H "Content-Type: application/json" \
-H "apikey: YOUR_API_KEY" \
-d '{
"pickupDate": ["2025-04-01"],
"pickupInfo": { "zipCode": "90001" },
"deliveryInfo": { "zipCode": "85001" },
"listItems": [{
"name": "Pallet",
"length": 48, "width": 40, "height": 48,
"sizeUnit": "in",
"totalWeight": 800, "weightUnit": "lb",
"quantity": 2, "packaging": "pallet"
}]
}'Consolidated tracking
No more checking five different portals for delivery updates. The Warp tracking endpoint accepts an array of tracking numbers and returns normalized status events for every shipment regardless of which carrier is hauling it. Same data shape. Same event types. Same timestamps and GPS coordinates.
Track all shipments in one call
// Track every active shipment in one call
const response = await fetch(
'https://api.wearewarp.com/api/v1/freights/tracking',
{
method: 'POST',
headers: {
'Content-Type': 'application/json',
'apikey': process.env.WARP_API_KEY
},
body: JSON.stringify({
trackingNumbers: [
'WARP1234567890',
'WARP1234567891',
'WARP1234567892',
'WARP1234567893'
]
})
}
);
// Returns normalized status for ALL shipmentsWhat Warp consolidates
Quoting
One call, every carrier.
POST /freights/quote returns rates from across the Warp network. LTL, truckload, box truck, and cargo van. No more entering details into separate portals.
Booking
One call, shipment confirmed.
POST /freights/booking takes the quote ID and returns a shipment ID, tracking number, and order ID. The carrier is dispatched automatically.
Tracking
One call, every shipment.
POST /freights/tracking accepts multiple tracking numbers. Returns normalized events with timestamps and GPS. Our AI backbone, Orbit, flags exceptions before you have to ask.
For teams that do not write code
Not everyone on your team uses an API. The Warp self serve dashboard at app.wearewarp.com gives your ops team the same consolidated experience through a web interface. Quote across all modes, book shipments, track everything in one place, and pull invoices and documents. Same carrier network, same rates, no code required. Your technical team uses the API. Your ops team uses the dashboard. Everyone stops logging into carrier portals.
Self serve quoting
Enter origin, destination, and items.
The dashboard returns rates across all modes in a comparison view. Select the best option and book with one click.
Unified tracking
See every shipment on one screen.
Filter by status, carrier, or date range. Click into any shipment for real time GPS location and event history.
Documents and invoices
BOLs, PODs, and invoices in one place.
Download or forward documents without hunting through carrier portals. Every document is attached to the shipment record.
Frequently asked questions
Can I replace all my carrier portals with the Warp API?
Yes. The Warp API gives you quoting, booking, tracking, invoicing, and document retrieval across 20,000+ local 3rd party carriers through a single integration. One API key replaces every carrier portal login.
What if my team is not technical enough to use an API?
Warp also offers a self serve dashboard at app.wearewarp.com. Your ops team can quote, book, and track shipments through a single web interface without writing any code. The dashboard covers the same carrier network as the API.
How does Warp handle tracking across different carriers?
Every shipment booked through Warp returns a single tracking number. The tracking endpoint returns normalized status events regardless of which carrier is moving the freight. No more checking five different portals for five different shipments.
What freight modes does Warp consolidate?
Warp consolidates LTL, truckload, 26 ft box truck, and cargo van into one quoting and booking interface. You can specify a mode or let Warp auto select based on your freight dimensions and weight.
Can I still use my existing carrier contracts alongside Warp?
Yes. Warp does not require exclusivity. Many customers use Warp for modes and lanes where they lack capacity and keep existing contracts for their core lanes. Over time, most consolidate to Warp as they see the rate and service improvements.
One API. Every carrier. Zero portals.
Stop spending 45 minutes every morning logging into carrier portals. Warp consolidates quoting, booking, and tracking across 20,000+ local 3rd party carriers into one interface. Your interface.
20,000+ carriers · One integration · Portal free operations