action lufthansa_lh_deep_links_ffp { label: "LH Deep Links - FFP" description: "Returns valid LH deep links (FFP - links to flight selection screen on LH.COM)" provider: lufthansa method: GET path: "/offers/fares/deeplink/ffp" encoding: json input: { type: "object" properties: { Accept: { type: "string" } "cabin-class": { type: "string" } catalogues: { type: "string" } country: { type: "string" } destination: { type: "string" } "encryption-key": { type: "string" } lang: { type: "string" } origin: { type: "string" } partnerid: { type: "string" } "return-date": { type: "string" } trackingid: { type: "string" } "travel-date": { type: "string" } travelers: { type: "string" } } required: ["Accept", "catalogues", "country", "destination", "lang", "origin", "trackingid", "travel-date"] additionalProperties: false } output: { type: "string" } }