Documentation

Open by default.

Where most travel-tech hides its docs behind a login, ours are public. Read the reference, try a call, and decide for yourself, before any sales conversation.


Quickstart

  1. 01

    Get a key

    Request API credentials, no procurement gate to read the docs or try a call.

  2. 02

    Search supply

    One request returns dynamically packaged, live-priced trips across all connected supply.

  3. 03

    Book & fulfil

    Confirm a package and Travel IP handles ticketing, documents and reconciliation.

# Search packaged trips
curl https://api.travelip.nl/v1/search \
  -H "Authorization: Bearer $TRAVELIP_KEY" \
  -d origin=AMS -d destination=AGP \
  -d depart=2026-07-12 -d nights=7 -d pax=2

{
  "results": 248,
  "currency": "EUR",
  "packages": [
    { "id": "pkg_8fa2", "price": 1289,
      "flight": "KL1701", "hotel": "Sol Marbella" }
  ]
}

Core resources

Search to fulfilment, in five calls.

Search
Query packaged availability across 200+ airlines and 2M+ accommodations.
Price
Re-price a package live, with your margin rules applied at request time.
Book
Create a booking from a quoted package; receive a confirmed reference.
Fulfil
Trigger ticketing, vouchers and supplier instructions automatically.
Webhooks
Subscribe to booking, pricing and fulfilment events in real time.

Illustrative preview of the API surface. Full endpoint reference, schemas and a sandbox are provided when you start, still without a procurement gate.

Want sandbox access?

We’ll set your team up with credentials and walk through a live integration.

Book a free demo