Skip to main content
GET
/
guests
/
{guestId}
Fetch a specific guest
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
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

guestId
integer
required

Numeric ID of the guest to fetch

Response

OK

data
object