Skip to main content

API Changelog

v2.0.3
FeatureEndpoints

Version 2.0.3

API documentation has been extended to support additional airport product categories:

  • Introduced getMeetAndAssist endpoint to provide Meet & Assist / VIP services available at a specific airport.
  • Added getProductById endpoint to retrieve detailed information for a specific product by its ID.
  • Added a new productRules array 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 terminalArea field in responses (getLounges, getFastTrack), while removing area names from the terminal field.
  • Simplified API Key authorization — valid X-API-Key now works without requiring the Authorization header.
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 v2 in the URL to get the new version. (version v1 continues 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 getClosestAirports endpoint to return nearby airports based on the requester's IP address.
  • Added totalPax parameter to createOrder request to support up to 5 passengers under one voucher.
  • Included totalPax in the getOrder response for tracking total guests per order item.
  • Added optional sendEmailConfirmation parameter to createOrder to control email sending. If not specified, defaults to true.
v1.1.0
FeatureDelay Care

Version 1.1.0

API documentation was enhanced to support Delay Care functionality:

  • Introduced a new getServices endpoint 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 getFlights endpoint 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 getContractProductsByIATA endpoint to get the list of available products and their variants for a specific airport.
  • Use createOrder endpoint to create the order.
  • Use refundOrderItem endpoint to cancel and refund order items from a specific order.