For travel agencies & corporate platforms

The Lux Travely Partner API

Bring premium ground transportation into your platform. Search availability, get binding quotes, book instantly, and track every trip in real time.

OAuth 2.0Secure sign-in
Real-timeTrip webhooks
SandboxSafe testing
REST + JSONStandards-based

What you can do

A complete booking lifecycle

One integration covers the whole journey — from the first availability search to the settled receipt in your client's expense system.

Availability

Check if we serve a route at a given time and which vehicles are free.

Binding quotes

Get an exact, itemized price your expense system can read.

Instant booking

Confirm a ride immediately — no manual approval queue.

Live webhooks

We push trip updates to you in real time, all signed.

How it works

Four steps to go live

1

Get credentials

We issue you a client ID and a one-time link to your secret for sandbox, then production.

2

Get a token

Exchange your credentials for a short-lived access token.

3

Quote & book

Check availability, get a quote, then book — with Idempotency-Key on every write.

4

Receive updates

Register your webhook, simulate a whole trip in the sandbox, then go live.

Base URL

https://www.luxtravely.com/partner/v1/

Get an access token

POST /partner/v1/auth/token
{
  "grant_type": "client_credentials",
  "client_id": "lux_live_...",
  "client_secret": "••••••"
}

Book a confirmed ride

POST /partner/v1/reservations
{
  "quote_id": 84213,
  "external_reference": "YOUR-PNR-1001",
  "passenger_details": { "name": "John Traveler" }
}

Duty of care

Real-time trip tracking

We push a signed update to your system at every stage of the trip — no polling required.

Confirmedreservation.confirmed

The booking is locked in.

Dispatchedtrip.dispatched

A chauffeur has been assigned.

On the waytrip.en_route

The chauffeur is heading to the pickup.

Waitingtrip.on_location

The chauffeur has arrived at pickup.

On boardtrip.passenger_on_board

The traveller is in the vehicle.

Completedtrip.dropped_off

The trip is finished.

Cancelled / No-showtrip.cancelled

The trip was called off.

Secure by design

Enterprise-grade from day one

  • OAuth 2.0 client credentials. Short-lived, scoped access tokens — never a key in a URL. Your secret reaches you through a one-time link, never an email body.
  • Signed, retried webhooks. Every event is HMAC-signed and retried with backoff; register and test your own endpoints, and we tell you the moment one stops answering.
  • Full sandbox. Book a test trip, then drive it through dispatch, en route, on board and completed yourself — every event arrives exactly as it will in production.
  • Built for retries. Send an Idempotency-Key with every write and a network failure can never book a second car. Every response carries a request id our support team can trace.
  • Expense-ready billing. Cost centres, project codes and e-receipts in the currency the trip was sold in.
ClassNamePassengersBags
STANDARD_SEDAN Standard Luxury Sedan 2 2
SUV Premium SUV 6 5
EXECUTIVE_VAN Executive Sprinter 14 10

Ready to integrate?

Tell us about your platform and we'll send your sandbox credentials so you can start testing right away.