Skip to main content

Get Booking API

The Get Booking API allows you to retrieve the full details of a booking/reservation using its unique transaction ID. This includes trip details, passenger information, pickup and drop-off locations, vehicle type, booking status, affiliate reservation info, and any transaction errors.

Endpoint

GET /api/reservation/{transactionId} Authorization: Bearer <your_token>

Path Parameters


Response Fields


Trip Packet Details

The tripPacket object contains the full trip information:
  • locations — Pickup and drop-off location details including coordinates, address, and flight info
  • passengers — Array of passenger objects with name, email, phone, and account number
  • affiliateReservation — Affiliate booking details including requester/provider IDs and status
  • transactionErrors — Array of any errors encountered during the transaction
  • changeLogs — Array of status change history entries
  • account — Account information associated with the booking

Example Request


Example Response