v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Retrieve loyalty points of a guest (Earned/Redeemed)

Purpose: Use this API to retrieve the details of loyalty points that are either earned or redeemed by the guest.

To retrieve the loyalty points of a guest - earned, you must pass one of the following parameters:

invoice_id program_id manual_guest_points_id associated_guest_points_id

Note: You can pass multiple associated_guest_points_id parameters as comma-separated values.

To retrieve the loyalty points of a guest - redeemed, you must pass the following parameter:

invoice_id (mandatory)

get/v1/guests/{guestid}/points/{type}

Path parameters

guestidstring required

Unique identifier of the guest.

type'0' | '1' required

The type of loyalty points (earned or redeemed) that you are requesting in the API. Please specify one of the following: 0 = earned 1 = redeemed

Response

200