For Corporate Travel Platforms

The LuxTravely 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.0

Secure sign-in

Real-time

Trip webhooks

Sandbox

Safe testing

REST + JSON

Standards-based

Built for the platforms your travelers already use

A standards-based integration designed to meet the technical and security requirements of leading corporate travel and expense platforms.

What you can do

A complete booking lifecycle

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.

LuxTravely partner integration

Duty of care

Real-time trip tracking

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

Confirmed reservation.confirmed

The booking is locked in.

Dispatched trip.dispatched

A chauffeur has been assigned.

On the way trip.en_route

The chauffeur is heading to the pickup.

Waiting trip.on_location

The chauffeur has arrived at pickup.

On board trip.passenger_on_board

The traveller is in the vehicle.

Completed trip.dropped_off

The trip is finished.

Cancelled / No-show trip.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 without dispatching a real vehicle.
Base URL
https://staging.njchauffeur.com/partner/v1/
Get an access token
POST /partner/v1/auth/token
{
  "grant_type": "client_credentials",
  "client_id": "lux_live_...",
  "client_secret": "••••••"
}

Fleet

Standard service classes

Class Name Passengers Bags
SUV SUV 6 5
PREMIUM_SEDAN Premium Sedan 14 10
STANDARD_SEDAN Standard Sedan 2 2

Ready to integrate?

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