Home/ Platform/ Single API
Single API

One Integration. 130+ Countries. 4M+ Vehicles.

Stop integrating provider by provider. The iVcardo Single API connects your platform to the entire global ground transport network in one call.

The Old Way vs iVcardo

One API Replaces Hundreds.

Most ground transport stacks look like a switchboard from 1970 — every supplier its own contract, schema, and on-call rotation. iVcardo collapses the entire mess behind one endpoint.

The Old Way

Per-provider integrations

12+ contracts · 12+ schemas · 12+ outages
With iVcardo

One Single API

1 contract · 1 schema · 1 endpoint
Integration

Clean. RESTful. Built for Scale.

A standard JSON contract that takes minutes to learn and works the same way in every market we operate in.

api.ivcardo.com / v1
Request
POST/v1/bookings
// Authorization: Bearer ivc_live_a3f…
{
  "origin": {
    "lat": 51.4700,
    "lng": -0.4543,
    "label": "LHR Terminal 5"
  },
  "destination": {
    "lat": 51.5045,
    "lng": -0.0865,
    "label": "The Shard, London SE1"
  },
  "passengers": 2,
  "vehicle_class": "business",
  "pickup_at": "2026-06-04T08:25:00Z",
  "esg_offset": true
}
Response · 201 Created
{
  "booking_id": "bk_8F2Q9R",
  "status": "confirmed",
  "provider": "london-exec-cars",
  "price": { "net": 62.40, "ccy": "GBP" },
  "eta_minutes": 12,
  "tracking_url": "https://t.ivcardo.com/8F2Q9R",
  "co2_kg": 4.8
}
API Capabilities

Everything You'd Expect. Nothing You Wouldn't.

RESTful JSON

Standard HTTP methods, predictable responses, idempotent endpoints — built for engineers who don't want a surprise.

verbs: GET · POST · PUT · DELETE

Webhooks

Real-time ride status events pushed to your endpoint — booking confirmed, driver dispatched, ride completed.

events: 15+ types · signed

Sandbox Environment

Full-fidelity test environment with simulated providers — ship to production knowing every edge case is covered.

env: sandbox.api.ivcardo.com

OAuth 2.0 Authentication

Secure token-based access with per-environment keys and scoped grants — rotate without downtime.

scopes: read · write · admin

Rate Limiting Controls

Configurable per account tier — with burst windows for peak booking periods and clear 429 responses when you hit them.

limits: 1k–50k rpm tiered

99.9% Uptime SLA

Enterprise-grade reliability with multi-region failover and 24/7 monitoring. Public status page, posted incidents.

SLA: 99.9% · monthly
By the Numbers

What One API Gets You.

130+
Countries
4M+
Vehicles
1 hr
Go-Live Time
99.9%
Uptime SLA
0
Per-Provider Contracts
Get Started

One API Call Changes Everything.

Sign up, get a sandbox key, ship to production — in one afternoon.