action lufthansa_fares_subscriptions { label: "Fares Subscriptions" description: "Create a subscription for best price O&D. Receive regular updates on lowest fares" provider: lufthansa method: GET path: "/offers/fares/subscriptions" encoding: json input: { type: "object" properties: { Accept: { type: "string" } "cabin-class": { type: "string" } country: { type: "string" } destination: { type: "string" } email: { type: "string" } lang: { type: "string" } origin: { type: "string" } trackingid: { type: "string" } "trip-duration": { type: "string" } } required: ["Accept", "cabin-class", "destination", "email", "lang", "origin", "trip-duration"] additionalProperties: false } output: { type: "string" } }