Global Connectivity
One API · limitless reach
Plug into the world's demand channels.
MoovLogic ships with native bridges to the OTAs, GDS, TMCs, and DMCs your buyers already use — and a clean REST + JWT API for the ones we haven't met yet.
Integrations · three tiers
Wired three ways. Honestly labelled.
Native integrations are full two-way connectors maintained by the platform team. Partner webhooks ingest demand from operator-owned systems. Data integrations move records between MoovLogic and your finance / cloud stack.
Tier 1 · Native
Two-way integrations · platform-maintained
Full booking, dispatch, and settlement flows. Production SLAs apply, not best-effort.
Booking.com
OTA · two-way
Amadeus
GDS · two-way
CMAC
DMC · two-way
Google Maps + Routes
Routing
Twilio
SMS · voice
Firebase FCM
Push notifications
SendGrid
Transactional email
Stripe
Payments
Holiday Taxis
Transfer aggregator · OTA
Hoppa
Transfer aggregator · OTA
Transferz
Transfer aggregator · B2B
Tier 2 · Partner webhooks
Inbound demand from partner systems
Bookings flow in via webhook. Status updates flow back. Lighter than native, faster to onboard.
iCabbi
Operator network · webhook
GNET
Operator network · webhook
FlightStats
Flight tracking · webhook
Tier 3 · Data integrations
Records flow between systems · scheduled, not transactional
Periodic exports / imports between MoovLogic and your finance & cloud stack. Not real-time.
Xero
finance · invoicing exports
Google Cloud Storage
object storage · audit logs
The API itself
REST. JWT. Versioned. Stable.
api.moovlogic.com / v1 — quote, book, dispatch, status, cancel, settle. JWT-authenticated, rate-limited, and versioned with a 24-month deprecation policy. No surprises in production.
- OpenAPI 3.1 schema · published
- Sandbox tenant on request
- Webhooks: state changes, settlement, compliance
- Idempotency keys on every write
POST /v1/bookings
200 OK · 142ms
{
"id": "BKG-9421",
"service_type": "executive",
"pickup": {
"address": "Heathrow T5",
"lat": 51.4720, "lng": -0.4896
},
"dropoff": {
"address": "The Savoy, Strand",
"lat": 51.5101, "lng": -0.1206
},
"passengers": 2, "bags": 2,
"scheduled_for": "2026-04-14T09:30:00Z",
"tenant": "your-brand",
"status": "confirmed",
"auto_dispatch": true,
"price": { "currency": "GBP",
"total_cents": 9400 }
}
Get connected
Already integrated. Start connecting.
Tell us which demand partners you need first. We'll scope the integration sprint and timeline against your current stack and go-live target.