Connect Routeon to the tools your business already runs on.
Out-of-the-box integrations across payments, mapping, telematics, communications, travel, and identity — plus a full REST API and HMAC-signed webhooks for everything else.
- Native integrations
- 40+
- JSON API
- REST
- Webhook events
- 60+
- P95 API latency
- <150ms
Stripe · Google Maps · Twilio · Samsara · Concur · Okta · Slack · QuickBooks
Build on a real platform
Production-grade primitives — not a marketing API.
- RESTful APIPredictable URLs, JSON
- Scoped API keysPer-key rate limits
- Signed webhooksHMAC-SHA256 delivery
- IdempotencySafe to retry
Payments & finance
Authorizations, captures, deposits, tips, refunds, payouts.
Sync invoices, payments, and chart of accounts.
Two-way invoice and payment sync.
ACH and bank-verified customer payouts.
Mapping & flight data
Address autocomplete, distance matrix, routes, traffic.
Live flight tracking, gate, and baggage status.
Optional mapping provider for branded portals.
Pinpoint accuracy for events and remote pickups.
Telematics & compliance
ELD HOS snapshots verify driver availability in real time.
Vehicle telematics, location, and engine diagnostics.
ELD and DVIR integration.
DriveCam events surface on driver scorecards.
Communications
SMS reservation confirms, driver dispatch, and customer ETAs.
Branded transactional email.
Dispatch exceptions and revenue events to your channel.
Real-time alerts for ops teams on Teams.
Travel & corporate
Inbound bookings from corporate travel programs.
Modern TMC integrations.
Receive and reconcile corporate ground bookings.
Sync customers, accounts, and pipeline.
Identity & security
SAML 2.0 single sign-on for staff.
Entra ID for enterprise login.
One-click staff sign-in.
Automated user provisioning and deprovisioning.
Build whatever you need on Routeon's API.
Every entity is exposed via REST. Every event ships as an HMAC-signed webhook. Subscribe to reservations, dispatch, payments, and driver lifecycle events from your own stack — or write back to Routeon programmatically.
- Versioned API (v1 stable since 2024)
- 99.99% API uptime SLA on Enterprise
- OpenAPI 3.1 spec & client libraries
POST /api/v1/reservations
Authorization: Bearer sk_live_••••
Idempotency-Key: 9b2c-...
{
"customer_id": "cus_8z2k",
"pickup_at": "2026-07-12T14:00:00Z",
"stops": [
{ "address": "JFK Terminal 4" },
{ "address": "The Plaza Hotel, NYC" }
],
"vehicle_class": "sedan",
"passengers": 2
}
201 Created
{ "id": "res_19jR",
"status": "confirmed",
"total": 184.50,
"currency": "USD" }Predictable resource URLs, JSON in/out, conventional HTTP verbs and status codes.
Per-key permissions and rate limits, rotatable from Settings → Developers.
Every event is signed with SHA-256 — verify in your handler with the signing secret.
Safe to retry — POSTs deduplicate against your provided Idempotency-Key header.
14+ event types out of the box
Subscribe to anything that happens in Routeon. Retries with exponential backoff. Full delivery history with replay.
reservation.createdreservation.updatedreservation.cancelleddispatch.assigneddispatch.on_the_waydispatch.on_locationdispatch.completedpayment.succeededpayment.refundedinvoice.paidinvoice.overduedriver.createddriver.document_expiringvehicle.maintenance_due