v1

latestOpenAPI 3.0.02026-07-247251950.2 KB
Loyalty Program

Fetch a guest's bookings

Overview

Get all loyalty transactions for a specific guest, showing points earned and cashback rates used for each booking.

When to Use

  • Points history - Show guests their points earning history
  • Transaction details - Display detailed booking transactions
  • Cashback tracking - Show cashback rates applied to bookings
  • Account statements - Generate points activity reports

What You Get

  • Transaction list - All loyalty transactions for the guest
  • Points per booking - Points earned (or deducted) for each booking
  • Cashback rates - Cashback percentage used for each transaction
  • Booking references - Booking IDs linked to each transaction
  • Timestamps - When each transaction occurred

Quick Start

Provide the guest ID in the URL path. Returns all loyalty transactions with points and cashback details.

get/guests/{guestId}/bookings

Path parameters

guestIdinteger required

Numeric ID of the guest to fetch

Response

OK

object required