Skip to content

Welcome to Skylink

API IBE Flow

SkylinkIbeFlow.png

Usage

All requests are sent via POST to https://skylink.abctravel.de/api. For example, when using AirShopping Version 1 the complete URL looks like this:
https://skylink.abctravel.de/api/v1/AirShopping
Each access requires an authentication key 'My-Authorization' placed in the header of the request.

An example for a curl request

curl -X 'POST' \
  'https://skylink.abctravel.de/api/v1/AirShopping' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -H 'My-Authorization: Swibe-Test' \
  -d '{
  "aFlight": {
    "route": [
      {
        "dac": "FRA",
        "aac": "MIA",
        "ddt": "2025-09-13"
      },
      {
        "dac": "MIA",
        "aac": "FRA",
        "ddt": "2025-09-27"
      }
    ]
  }
}'

API IBE Commands

AirShopping

AirShopping is the first request to get a list of available flights from multiple providers.
Each flight offer is calculated and classified with an underlying rules and margen tool.
For example, if your request contains two routes for a return flight, the response will also contain two routes. Each route provides a hash code that is used in further steps to select this flight.

OfferCheck

Check Price and Availability for an offer.
Input: array of hash codes
Output: Verified offer with information about price adjustments.

OrderCreate

Create an Order

OfferShopping

AirShopping based on an offer - getting more offers with same itinerary

OfferRetrieve

Retrieve the offer - getting more information - legs ...

AirShoppingStatistic

Statistic for comparing best prices

API Post Booking Commands

OrderRetrieve

TicketCreate

TicketCancelInfo

TicketCancel

OrderCancelInfo

OrderCancelItin

OrderHistory

Additional

lastCachedOrderRetrieve

workerAirShopping

getOffer

CreateCMD

Providers

active:

  • Sabre SOAP
    • multiple airlines
  • DE Condor
  • HitchHiker
    • LH Lufthansa
    • BA British Airways
    • KL KLM
    • AF Air France

in development:

  • Sabre REST
    • multiple airlines
    • NDC multiple airlines
  • NDC AA American Airlines
  • NDC BA British Airways
  • NDC BT Air Baltic

Partner and Agencies

Partner and Agencies

Structures

aFlight-short

aFlight-all

aTax

aPax

aLookups