Guide

Get started

Integrate the Travel Marketplace API into your own project in four steps.

  1. 1. Authenticate

    Call Authenticate a user with your email and password to receive a JWT access token.

  2. 2. Mint a partner key (optional)

    For server-to-server inbound sync, create a key via Create a partner API key and send it as the x-api-key header.

  3. 3. Push data

    Upsert destinations with Push a destination and publish packages with Create a package.

  4. 4. Receive events

    Subscribe to webhooks to get notified on booking.created / updated / cancelled.