Integrations

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

Developer ready Live

Build on a real platform

Production-grade primitives — not a marketing API.

  • RESTful API
    Predictable URLs, JSON
  • Scoped API keys
    Per-key rate limits
  • Signed webhooks
    HMAC-SHA256 delivery
  • Idempotency
    Safe to retry
Sandbox keys included on every planAPI docs →

Payments & finance

4 integrations
S
Stripe

Authorizations, captures, deposits, tips, refunds, payouts.

Q
QuickBooks Online

Sync invoices, payments, and chart of accounts.

X
Xero

Two-way invoice and payment sync.

P
Plaid

ACH and bank-verified customer payouts.

Mapping & flight data

4 integrations
G
Google Maps

Address autocomplete, distance matrix, routes, traffic.

F
FAA / Flightaware

Live flight tracking, gate, and baggage status.

M
Mapbox

Optional mapping provider for branded portals.

W
What3words

Pinpoint accuracy for events and remote pickups.

Telematics & compliance

4 integrations
S
Samsara

ELD HOS snapshots verify driver availability in real time.

G
Geotab

Vehicle telematics, location, and engine diagnostics.

M
Motive (KeepTruckin)

ELD and DVIR integration.

L
Lytx

DriveCam events surface on driver scorecards.

Communications

4 integrations
T
Twilio

SMS reservation confirms, driver dispatch, and customer ETAs.

S
SendGrid

Branded transactional email.

S
Slack

Dispatch exceptions and revenue events to your channel.

M
Microsoft Teams

Real-time alerts for ops teams on Teams.

Travel & corporate

4 integrations
S
SAP Concur

Inbound bookings from corporate travel programs.

T
TripActions / Navan

Modern TMC integrations.

E
Egencia

Receive and reconcile corporate ground bookings.

S
Salesforce

Sync customers, accounts, and pipeline.

Identity & security

4 integrations
O
Okta SSO

SAML 2.0 single sign-on for staff.

M
Microsoft Entra

Entra ID for enterprise login.

G
Google Workspace

One-click staff sign-in.

S
SCIM 2.0

Automated user provisioning and deprovisioning.

Developers

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" }
Fully RESTful

Predictable resource URLs, JSON in/out, conventional HTTP verbs and status codes.

Scoped API keys

Per-key permissions and rate limits, rotatable from Settings → Developers.

HMAC-signed webhooks

Every event is signed with SHA-256 — verify in your handler with the signing secret.

Idempotency keys

Safe to retry — POSTs deduplicate against your provided Idempotency-Key header.

Webhook events

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