Versioned REST API
Consistent resources for offers, orders, travelers, payments, cancellations, and servicing.
POST /api/v1/flights/offersSUDDLAND TRAVEL PLATFORM
Build and test travel shopping, booking, and servicing workflows with a stable interface designed for multiple suppliers.
INTERACTIVE SANDBOX
import { SuddlandTravel } from "/suddland-travel.js";
const client = new SuddlandTravel({
apiKey: "sk_suddland_test_demo"
});
const offers = await client.searchFlights({
origin: "FAR",
destination: "NBO",
departure_date: "2026-10-16"
});Run a request to inspect the normalized response.
Consistent resources for offers, orders, travelers, payments, cancellations, and servicing.
POST /api/v1/flights/offersSigned event envelopes for ticketing, schedule changes, refunds, and supplier alerts.
order.updatedThe JavaScript SDK works in modern browsers and Node-compatible applications. Python and Java can use the same OpenAPI contract.
/suddland-travel.js