get https://api.zenoti.com
Use this API to retrieve the details of loyalty points of a guest.
Response object
| JsonProperty | Data Type | Description |
|---|---|---|
| guest_points | GuestPointsViewModel | Represents the guest points information |
| error | ApiResponseErrorViewModel | Represents an error object in case of an error |
| balance_points | double | Represents the balance points of the guest |
| balance_amount | double | Represents the balance amount of the guest |
| exchange_rate | double | Represents the exchange rate for the guest points |
| tier_details | GuestTierViewModel | Represents the details of the guest's tier |
| expiry_days_for_manual_points | int | Represents the number of days until the new points expire |
| guest_points_details | List | Represents a list of guest points details |
| next_tier_min_spent | double | Represents the minimum spent required for the next tier |
| spent_till_now | double | Represents the amount spent by the guest until now |
| next_tier_name | string | Represents the name of the next tier |
| start_date | DateTime | Represents the start date of the guest points |
| increment_value | float | Represents the increment value (nullable) |
| display_balance_points | string | Represents the display balance points (nullable) |
| first_enrollment_date | DateTime | Represents the first enrollment date of the guest |
