---
title: "Retrieve a Loyalty Member Details API"
method: GET
path: "/member"
---

# Retrieve a Loyalty Member Details API

`GET /member`

## Response `200`

200

- RetrieveMemberMemberObject
  - `last_name` string — The last name of the member.
  - `twitter_handle` string — The twitter handle of the member.
  - `lifetime_points_expired` integer — The total points expired from a member's account since he joined the program.
  - `last_modified_date` string — The most recent date on which a member's profile was updated.
  - `available_points` integer — The avaliable points of the member.
  - `pending_points` integer — The pending points of the member.
  - `lifetime_points_earned` integer — The total points earned in a member's account since he joined the program.
  - `referral_URL` string — The unique referral url of the member.
  - `member_status` string — The current status of the member- ‘active’ , ‘blocked’, ‘opted_out’. ‘active’ member is the one accumulating loyalty points and has access to rewards and earning opportunities. ‘blocked’ member is prohibited from participating in the program. ‘opted_out’ member is the one who has chosen to opt out of the loyalty program.
  - `referral_code` string — The unique referral code of the member.
  - `email_address` string — The email address of the member.
  - `id` string — The internal ID generated by Zinrelo.
  - `first_name` string — The first name of the member.
  - `member_tags` string[] — The tags assocaited with a member.
  - `tier_info` RetrieveMemberTierObjects
    - `current_period_start` string — The start date of the current tier cycle.
    - `loyalty_tier_name` string — The name of the current tier.
    - `loyalty_tier_id` string — The unique tier ID stored in Zinrelo.
    - `current_period_end` string — The end date of current tier cycle.
    - `qualified_points` integer — The qualified points for tier calculation.
  - `first_purchase_date` string — The first purchase date of the member.
  - `lifetime_points_deducted` integer — The total points deducted from a member's account since he joined the program.
  - `phone_number` string — The phone number of the member.
  - `points_expiration_schedule` RetrieveMemberPointsExpirationSchedule[]
    - `expiration_date` string — The expiration date of the available points.
    - `points` integer — The total number of points that will expire.
  - `instagram_handle` string — The instagram handle of the member.
  - `address` RetrieveMemberAddressObject
    - `city` string — Member's city.
    - `country` string — Member's country.
    - `line2` string — The member address.
    - `line1` string — The member address.
    - `state` string — Member's state.
    - `postal_code` string — Member's postal code.
  - `last_purchase_date` string — The last purchase made by a member.
  - `lifetime_points_redeemed` integer — The total points redeemed from a member's account since he joined the program.
  - `preferred_language` string — The preferred language of the member.
  - `number_of_purchases` integer — The number of purchases made by a member.
  - `number_of_redemptions` integer — The number of redemptions made by a member.
  - `birthdate` string — Birthdate of the loyalty member. Expected date format: MM/DD/YYYY or MM/DD Irrespective of the year passed, 1904 will be set as a default value.
  - `anniversary_date` string — The anniversary date of the member. Expected date format: MM/DD/YYYY or MM/DD In case, where a year has not been passed the default year will be set as 1904.
  - `enrollment_date` string — The date on which the member joined the loyalty program.
  - `member_id` string — The unique identifier of the member defined by an Admin.
  - `email_subscription_status` string — The subscription status of the email. If ‘unsubscribed’, the member will not receive any email notifications triggered by Zinrelo. Default value is ‘subscribed’.

## Other responses

- `400` — 400

---

[API](https://skmtc.net/trueloyal/apis/admin-apis.md) · [All operations](https://skmtc.net/trueloyal/apis/admin-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trueloyal/admin-apis/versions/c12d3d379897/schema)
