cURL
curl --request GET \ --url https://api.liteapi.travel/v3.0/guests \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": 5, "email": "[email protected]", "firstName": "Joe", "lastName": "Doe", "phoneNumber": "+330000000", "points": 3172, "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 }, { "id": 6, "email": "[email protected]", "firstName": "Joe", "lastName": "Doe", "phoneNumber": "+3300000000", "points": 30, "upcomingPoints": 11, "bookings": [ "MKDW0OjCT", "H1VRQCX5o" ], "createdAt": "2026-07-08T13:52:25+02:00", "updatedAt": "2026-07-11T14:47:44+02:00", "deletedAt": null }, { "id": 7, "email": "[email protected]", "firstName": "Joe", "lastName": "Doe", "phoneNumber": "+3300000000", "points": 350, "upcomingPoints": 11, "bookings": [ "MKDW0OjCT", "H1VRQCX5o" ], "createdAt": "2026-07-08T13:52:25+02:00", "updatedAt": "2026-07-11T14:47:44+02:00", "deletedAt": null } ] }
Retrieve a complete list of all guests enrolled in your loyalty program with their points balance and booking history.
No parameters required. Returns all guests with their loyalty program details.
OK
Show child attributes
Was this page helpful?