Lufthansa Partner
Connector for the lufthansa-partner API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.lufthansa.com/v1 - Auth: OAuth 2.0 client-credentials — the tool fetches a token from
https://api.lufthansa.com/v1/partners/oauth/tokenusing yourclientId/clientSecret, then calls the API.
Operations
baggage_trip_and_contact— GET /baggage/baggagetripandcontact/{searchID} — Baggage Trip and Contactall_fares— GET /offers/fares/allfares — All Faresbest_fares— GET /offers/fares/bestfares — Best Faresdeep_links— GET /offers/fares/deeplink — Deep Linkslh_deep_links_ffp— GET /offers/fares/deeplink/ffp — LH Deep Links - FFPlh_deep_links_itco— GET /offers/fares/deeplink/itco — LH Deep Links - ITCO
Inputs
clientId/clientSecret— your lufthansa-partner OAuth app credentialsscope— OAuth scopes (optional; defaults from the spec)operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: baggage_trip_and_contact
clientId: <your client id>
clientSecret: <your client secret>