Guide
Get started
Integrate the Travel Marketplace API into your own project in four steps.
1. Authenticate
Call Authenticate a user with your email and password to receive a JWT access token.
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-keyheader.3. Push data
Upsert destinations with Push a destination and publish packages with Create a package.
4. Receive events
Subscribe to webhooks to get notified on
booking.created / updated / cancelled.