Developer Experience
Booking API
Automate travel reservations with our streamlined booking workflow. Follow these three simple steps to integrate ground transportation into your application.
01
key
Get an API Key
First, register your organization on the ViaToVia Developer Portal. Once verified, navigate to your dashboard settings to generate a unique Production or Sandbox API key.
Authorization: Bearer YOUR_API_KEY02
search_insights
Search for Transfers
Use the /search endpoint to find available vehicles. You'll need to provide the pickup location, drop-off destination, passengers, and the desired travel date.
Pickup
AMS Airport
Dropoff
Amsterdam City Center
Passengers
1 Passenger
Date/Time
2024-12-25 14:00
03
verified
Confirm Booking
Once a user selects an option, send a POST request to the /booking endpoint. Include the offer ID and passenger details to finalize the reservation.