HIPAA-Ready Platform

Medication Shipment Tracking
for Telemedicine

One API to track every prescription shipment. Direct carrier integrations, real-time webhook updates, and compliance built in.

Direct Carrier APIs
rxroute-api
POST /api/v1/trackings
"tracking_number": "1Z999AA10123",
"carrier": "UPS",
"store_id": "store_abc123"
In Transit 2m ago
Package departed Memphis, TN
Out for Delivery just now
With carrier — Austin, TX
webhook delivered → 200 OK 12ms

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.

Built for HIPAA Compliance
SOC2 Ready
US & Canada Coverage

Direct integrations with major carriers

USPS UPS FedEx DHL OnTrac

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.

01

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_..."
}
02

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"}'
03

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
04

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.

Free

Free

100 trackings/month

30 req/min

Try RxRoute with no commitment.

Get Started

Growth

$59/mo

2,000 trackings/month

120 req/min

For growing telemedicine operations.

Get Started

Business

$99/mo

5,000 trackings/month

300 req/min

For established multi-store operations.

Get Started
Most Popular

Scale

$199/mo

10,000 trackings/month

500 req/min

For scaling telemedicine networks.

Get Started

Enterprise

Custom volume with dedicated support. 50,000+ trackings/month, 1,000+ req/min, dedicated support & custom SLA.

Contact Sales

Every plan includes:

All carrier integrations
Real-time webhooks
Multi-store support
HIPAA-ready infrastructure
Delivery analytics
HMAC webhook signatures
Dashboard access
API + TypeScript SDK

Replace your generic tracker.
Ship with confidence.

Start tracking medication shipments in minutes. Free plan — no credit card required.