Medication Shipment
Tracking
for Telemedicine
One API to track every prescription shipment. Direct carrier integrations, real-time webhook updates, and compliance built in.
Built for Telehealth
Everything you need to track medication shipments
Purpose-built for telemedicine operations. Not another generic tracking tool.
Direct Carrier Integrations
No middlemen. Connect directly to USPS, UPS, FedEx, DHL, and OnTrac APIs for the fastest, most reliable tracking data.
HIPAA & SOC2 Ready
Built for healthcare from day one. Encryption at rest and in transit, immutable audit logs, and data minimization by design.
Real-Time Webhooks
Event-driven architecture. Get instant status updates pushed to your system — no polling, no delays.
Simple REST API
Register a tracking in one POST request. Clean, versioned endpoints with comprehensive documentation and TypeScript SDK.
Multi-Store Management
One account, unlimited stores. Separate API keys, webhooks, and tracking per store — all under one subscription.
Delivery Analytics
Track carrier performance, average delivery times, and exception rates. Export reports and optimize your fulfillment.
Direct integrations with major carriers
Trusted by telemedicine companies across the US and Canada.
Integration in Minutes
Four steps. That's it.
Go from zero to live tracking in under 10 minutes.
Register & connect your store
Create your account, add your pharmacy or telemedicine store, and generate an API key. You're ready in under a minute.
// Create account → Add store → Get API key
{
"account": "cloudhealth-rx",
"store": "main-pharmacy",
"api_key": "rx_key_live_..."
} Submit trackings via API
Send a POST request with the tracking number, carrier, and store. RxRoute registers it with the carrier directly.
curl -X POST https://api.rxroute.io/v1/trackings \
-H "Authorization: Bearer rx_key_..." \
-d '{"tracking_number": "1Z999AA1", "carrier": "UPS"}' We monitor carriers
Direct integrations poll and receive webhooks from USPS, UPS, FedEx, DHL, and OnTrac. Every status change is normalized.
// Normalized status flow
PRE_TRANSIT → IN_TRANSIT → OUT_FOR_DELIVERY → DELIVERED
→ EXCEPTION
→ RETURNED You get real-time updates
Webhooks delivered to your endpoint, signed with HMAC-SHA256. Verify the signature and process the update.
// Webhook payload to your system
{
"event": "tracking.updated",
"data": {
"tracking_number": "1Z999AA1",
"status": "DELIVERED",
"carrier": "UPS"
}
} Pricing
Simple, volume-based pricing
Pay for what you track. Every plan includes all features.
Start free — no credit card required. Save 20% with annual billing.
Business
5,000 trackings/month
300 req/min
For established multi-store operations.
Get StartedScale
10,000 trackings/month
500 req/min
For scaling telemedicine networks.
Get StartedEnterprise
Custom volume with dedicated support. 50,000+ trackings/month, 1,000+ req/min, dedicated support & custom SLA.
Every plan includes:
Replace your generic tracker.
Ship with confidence.
Start tracking medication shipments in minutes. Free plan — no credit card required.