Getting started with your Xeni booking engine

Last updated: 2026-02-10

Welcome to Xeni

Xeni is a white-label travel booking platform that gives travel agencies access to wholesale hotel rates, flights, activities, and more — all under your own brand.

Tip

Start by exploring the Dashboard to familiarize yourself with the main navigation areas before making your first booking.

Setting Up Your Account

After receiving your invitation email, click the activation link to set your password and log in for the first time.

Code Example

Here's how to authenticate via the API:

BASH
curl -X POST https://api.xeni.com/v1/auth/token \
  -H "Content-Type: application/json" \
  -d '{"apikey": "yourapikey", "secret": "yoursecret"}'

Warning

Never share your API secret key. Rotate it immediately if you suspect it has been compromised.

Making Your First Booking

  1. Navigate to Hotel Search in the sidebar
  2. Enter your destination, dates, and guest count
  3. Browse results powered by Xeni's LiveSync Engine
  4. Select a property and complete the booking

Info

Xeni's LiveSync Engine provides real-time availability and pricing from over 200 hotel suppliers worldwide.

Embedding a Video

Watch our getting started walkthrough:

Next Steps

Was this article helpful?