Travel Marketplace API
Build integrations that sync destinations, push packages, and receive live booking events via webhooks. Sign up, grab your API key, and start testing in seconds.
Partner API
Push destinations into the marketplace using your API key (x-api-key header).
Outbound Webhooks
Subscribe to booking.created / updated / cancelled and we POST signed events to your URL.
Live Console
Authenticate and fire real requests against the API right from your browser.
Quick Start
- Sign up — you become the owner of a new organization (pending approval).
- Open the Console and log in to obtain a JWT.
- Call
POST /integrations/api-keysto mint a partner key. - Send destinations:
POST /partner/destinationswith headerx-api-key. - Subscribe to webhooks:
POST /integrations/webhooks.