Suddland DevelopersBack to booking

SUDDLAND TRAVEL PLATFORM

One API for the
whole journey.

Build and test travel shopping, booking, and servicing workflows with a stable interface designed for multiple suppliers.

REST API v1Signed webhooksJavaScript SDK

INTERACTIVE SANDBOX

Test a flight search

JavaScript SDK

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"
});

Response

Run a request to inspect the normalized response.

Versioned REST API

Consistent resources for offers, orders, travelers, payments, cancellations, and servicing.

POST /api/v1/flights/offers

Reliable webhooks

Signed event envelopes for ticketing, schedule changes, refunds, and supplier alerts.

order.updated

Portable SDKs

The JavaScript SDK works in modern browsers and Node-compatible applications. Python and Java can use the same OpenAPI contract.

/suddland-travel.js