cURL
curl --request GET \ --url https://api.liteapi.travel/v3.0/guests/{guestId}/loyalty-points \ --header 'X-API-Key: <api-key>'
{ "data": { "currentPoints": 1540, "upcomingPoints": 900 } }
Get a guest’s current available points and upcoming points (points pending from confirmed bookings).
Provide the guest ID in the URL path. Returns both current and upcoming points balances.
Numeric ID of the guest to fetch
OK
Show child attributes
Was this page helpful?