Table of Contents

Booking API Overview

The booking API currently supports fetching basic information about existing bookings and creating new ones through a quote-based system. When you search for a package, you will receive a unique quote id (through a quoteId property) for your search that is valid for a set amount of time. While the quote is valid, you can modify its contents and then commit it to convert it into a new booking.

Important

If the server encounters an error while processing a quote modification, then the quote will be invalidated and you need to restart the booking flow.

To get started, check out the minimal booking flow. For optional offerings, check out arrival & departure packages and extras.