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.
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
Get credentials
We issue you a client ID and secret for sandbox, then production.
Get a token
Exchange your credentials for a short-lived access token.
Quote & book
Check availability, get a quote, then book.
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.
reservation.confirmedThe booking is locked in.
trip.dispatchedA chauffeur has been assigned.
trip.en_routeThe chauffeur is heading to the pickup.
trip.on_locationThe chauffeur has arrived at pickup.
trip.passenger_on_boardThe traveller is in the vehicle.
trip.dropped_offThe trip is finished.
trip.cancelledThe 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.
| Class | Name | Passengers | Bags |
|---|---|---|---|
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.