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 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.

4

Receive updates

We notify your webhook at every stage of the trip.

Base URL

https://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.
  • Signed webhooks. Every event is HMAC-signed so you can verify it is genuinely from us.
  • Full sandbox. Test real booking flows end to end without ever dispatching a real vehicle.
  • Expense-ready billing. Cost centres, project codes and itemised e-receipts your clients' expense systems can ingest.
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.