Connect API v2
Vendi il noleggio auto,
senza la complessità.
Ogni vendor software, dal RMS di noleggio alle OTA globali, può integrare Fly & Drive in modo nativo.
Suite prodotto
Crea la migliore esperienza di noleggio per i tuoi clienti
Ricerca
Query live drive inventory at airports, train stations and ports. Filter by hub, dates and vehicle category. USD sandbox ready.
Esplora ricercaGET /v2/search/drive
API facile da usare
Sviluppa senza limiti.
Documentazione completa, OpenAPI v2, collezione Postman con sandbox e REST per software di noleggio.
Esplora documentazioneconst res = await fetch(
'https://api.fly-and-drive.com/v2/search/drive' +
'?hub=airport:SFO&from=2026-09-01&to=2026-09-08',
{ headers: { Authorization: 'Bearer fd_connect_test_...' } }
);
const { offers } = await res.json();
// Create booking (idempotent)
await fetch('https://api.fly-and-drive.com/v2/bookings', {
method: 'POST',
headers: {
Authorization: 'Bearer fd_connect_test_...',
'Content-Type': 'application/json',
'Idempotency-Key': 'booking-001',
},
body: JSON.stringify({
offerId: offers[0].id,
hub: { type: 'airport', code: 'SFO' },
pickupDate: '2026-09-01',
returnDate: '2026-09-08',
customer: {
firstName: 'Jane',
lastName: 'Doe',
email: 'jane@example.com',
phone: '+14155550100',
},
}),
});Multi-hub v2, aeroporti, stazioni e porti in un'unica API.
Per software di noleggio
Fly & Drive nativo, non un add-on
5
Endpoint REST
Ricerca · Prenota · Stato · Voucher · Widget
3
Hub sandbox
SFO · SF Embarcadero · Porto SF
10/s
Rate limit
Per partner · Redis
24h
Idempotenza
Retry sicuri
Pronto a integrare?
Chiavi sandbox immediate. Importa Postman o crea il tuo account sviluppatore.