API changelog
v2.0.4
FeatureEndpoints
Version 2.0.4
API documentation has been extended to support a new product category and additional flight/support endpoints:
- Introduced
getFlightDetailsendpoint to get flight details for a specific flight number and date. - Introduced
getFaqsendpoint to get the list of frequently asked questions, optionally filtered by category. - Added eSIM as a new product category.
- Introduced
getEsimCountriesendpoint to get the list of countries with eSIM availability. - Introduced
getEsimProductsByCountryendpoint to retrieve the available eSIM products and their variants for the requested destination country. - Introduced
getEsimTopUpsendpoint to retrieve available top-up plans for an existing eSIM identified by its ICCID. Returns only plans from the same supplier as the original eSIM purchase. - Introduced
getEsimOrderendpoint to retrieve order details for an eSIM identified by its ICCID. Returns the full order including child orders (e.g. top-up orders linked to the original purchase).
v2.0.3
FeatureEndpoints
Version 2.0.3
API documentation has been extended to support additional airport product categories:
- Introduced
getMeetAndAssistendpoint to provide Meet & Assist / VIP services available at a specific airport. - Added
getProductByIdendpoint to retrieve detailed information for a specific product by its ID. - Added a new
productRulesarray to product data model in the response models.
v2.0.2
ImprovementAuthorization
Version 2.0.2
API v2.0.2 introduces updated endpoints, new response parameters, and simplified authorization:
- Introduced a separate
terminalAreafield in responses (getLounges,getFastTrack), while removing area names from the terminal field. - Simplified API Key authorization — valid
X-API-Keynow works without requiring theAuthorizationheader.
v2.0.1
BreakingFeature
Version 2.0.1
The new version 2.0.1 of our API documentation contains large-scale changes:
- A new product and the corresponding endpoint for working with it have been added.
- The API documentation version has been raised — now you need to write
v2in the URL to get the new version. (versionv1continues to work, but we strongly recommend not to postpone the transition to the new version for a long time)
v1.2.0
ImprovementEndpoints
Version 1.2.0
API documentation was enhanced to support user's location and multi-passenger features:
- Introduced a new
getClosestAirportsendpoint to return nearby airports based on the requester's IP address. - Added
totalPaxparameter tocreateOrderrequest to support up to 5 passengers under one voucher. - Included
totalPaxin thegetOrderresponse for tracking total guests per order item. - Added optional
sendEmailConfirmationparameter tocreateOrderto control email sending. If not specified, defaults totrue.
v1.1.0
FeatureDelay Care
Version 1.1.0
API documentation was enhanced to support Delay Care functionality:
- Introduced a new
getServicesendpoint to retrieve available services for a specific flight and date from the specified departure airport. - Added delay care product structure in orders, including flight number, departure/arrival airport, departure/arrival terminal, flight status, and additional details.
- Introduced a new
getFlightsendpoint to fetch available flights for a specific route and date.
v1.0.0
Initial Release
Version 1.0.0
This is the initial easy to travel Server based on the OpenAPI 3 specification. The API presents data endpoints for providing clients with all necessary data to build the UI and create orders.
- Use
getContractProductsByIATAendpoint to get the list of available products and their variants for a specific airport. - Use
createOrderendpoint to create the order. - Use
refundOrderItemendpoint to cancel and refund order items from a specific order.