Retrieve guest details

This API helps you to retrieve the details of a guest who has previously been created. You must specify the unique identifier of the guest as guest_id in the API request.This API also allows guests to view the details of another guest, provided they have a relationship defined in Zenoti. Also, only a host guest token can view another guest's details.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response Details

GuestInfo

Json propertyData typeDescription
idstringUnique identifier of the guest.
offline_idGuid?Offline ID for users created newly from offline mode.
codestringUser code of the guest.
center_idStringCenter ID of the guest.
preferred_service_idstringPreferred service ID of the guest.
is_online_booking_blockedboolIndicates whether guest is blocked from online booking.
center_nameStringCenter name of the guest.
created_dateDateTimeDate on which the guest is created.
can_edit_personal_infoboolIndicates whether guest can edit personal info.
is_virtual_guestboolIndicates whether guest is a virtual guest.
is_guest_custom_form_filledboolIndicates whether guest custom form is filled.
personal_infoPersonalInformationPersonal information of the guest.
address_infoAddressInformationAddress information of the guest.
preferencesPreferencesGuest preferences.
tagsstring[]Tags associated with the guest.
referralReferralReferral details of the guest.
primary_employeeObjectInfoPrimary employee preferred by the guest.
login_infoGuestLoginInfoLogin information of the guest.
guest_passesListGuest passes.
milestonesMilestoneDataGuest milestones.
guest_milestone_detailsMilestoneLevelsWithTotalCheckInsMilestone details with total check-ins.
last_updated_fromAppModuleType?Last updated from source.
deposit_applicabilityDepositApplicabilityDeposit applicability.
additional_detailsAdditionalDetailsAdditional details of the guest.

MilestoneLevelsWithTotalCheckIns

Json propertyData typeDescription
total_check_insintTotal check-ins.
current_levelMilestoneLevelDetailsDetails of the achieved level.
next_levelMilestoneLevelDetailsDetails of the future level.

MilestoneLevelDetails

Json propertyData typeDescription
idlongMilestone ID.
namestringMilestone name.
required_check_insintRequired check-ins for the milestone.
levelintLevel of the milestone.
Path Params
string
required

Mandatory Unique 32-character identifier of the guest.

Body Params
json
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json