---
title: "Fetch a guest's bookings"
method: GET
path: "/guests/{guestId}/bookings"
tags: ["Loyalty Program"]
---

# Fetch a guest's bookings

`GET /guests/{guestId}/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.

## Path parameters

- `guestId` integer, required

## Response `200`

OK

- object

---

[API](https://skmtc.net/liteapi/apis/api-search.md) · [All operations](https://skmtc.net/liteapi/apis/api-search/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liteapi/api-search/versions/315ba2a4dcf4/schema)
