v1

latestOpenAPI 3.0.02026-07-247251950.2 KB
Loyalty Program

Fetch a specific guest

Overview

Get detailed information about a specific guest by their ID, including loyalty points and booking history.

When to Use

  • Customer profiles - Display guest information on their account page
  • Points lookup - Check a specific guest's points balance
  • Booking history - Show a guest's past bookings
  • Support tickets - Quickly access guest details during support

What You Get

  • Complete guest profile - Personal information (name, email, phone)
  • Points summary - Current available points and upcoming points
  • Booking list - All booking IDs associated with this guest
  • Account status - Account creation and update information

Quick Start

Provide the guest ID in the URL path. Returns complete guest information including points and bookings.

get/guests/{guestId}

Path parameters

guestIdinteger required

Numeric ID of the guest to fetch

Response

OK