cURL
curl --request GET \ --url https://api.liteapi.travel/v3.0/guests/{guestId} \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": 5, "email": "[email protected]", "firstName": "Joe", "lastName": "Doe", "phoneNumber": "+330000000", "points": 3180, "upcomingPoints": 11, "bookings": [ "MKDW0OjCT", "H1VRQCX5o", "Ibuf4Gic-", "lwhsHu2rK", "7AupH1yBo", "ylwxGDLC1", "9Tv--Ijct", "U9BsCF8Ih", "8dBdQjAqn", "W7L3ozN0p", "lWidEnw_b" ], "createdAt": "2026-07-08T13:50:55+02:00", "updatedAt": "2026-07-11T14:47:44+02:00", "deletedAt": null } ] }
Get detailed information about a specific guest by their ID, including loyalty points and booking history.
Provide the guest ID in the URL path. Returns complete guest information including points and bookings.
Numeric ID of the guest to fetch
OK
Show child attributes
Was this page helpful?