---
title: "GET /members/{id}/rewards"
method: GET
path: "/members/{id}/rewards"
---

# GET /members/{id}/rewards

`GET /members/{id}/rewards`

## Response `200`

200

- GetEligibleRewardsWithZinreloGeneratedMemberIdDataObject
  - `data` GetEligibleRewardsWithZinreloGeneratedMemberIdResponseObject
    - `total` integer — The total number of eligible rewards.
    - `rewards` GetEligibleRewardsWithZinreloGeneratedMemberIdRewardObject[]
      - `reward_name` string — The reward name stored with Zinrelo.
      - `enduser_reward_confirmation_html` string — "Redemption Confirmation Text" configuration in Zinrelo admin console.
      - `product_id` string — This refers to the unique identifier linked to the products used in product redemption-type rewards.
      - `implementation_type` string — By default, all our rewards are coupon-based. However, we also support add-to-cart rewards.
      - `redemption_eligibility_criteria` string — In tier-based stores, rewards are displayed according to tier qualification and points, so the value here will be "tier-based." For other stores without tier support, the value will be "all users." In such cases, rewards are visible to all members but can only be redeemed when they've accrued sufficient points.
      - `show_on_guest_dashboard` boolean — This will display the activity to the user dashboard if "Show Activity in User Dashboard" flag is active in the admin cosnole.
      - `last_modified_date` string — The recent date and time on which the reward configuration was updated.
      - `is_active` boolean — This reflects the status of the reward, indicating if it's active or inactive.
      - `product_url` string — This refers to the URL of the product whiich will be used in product redemption-type rewards.
      - `reward_sub_type` string — These are the reward types we offer: Fixed amount discount, Free shipping, Product redemption, and Percentage discount.
      - `created_date` string — The date and time on which the reward was created.
      - `enduser_reward_short_description` string — "End User Reward Description" configuration in Zinrelo admin console.
      - `points_to_be_redeemed` integer — The points to be deducted when the reward is redeemed.
      - `reward_type` string — All our rewards are coupon-based.
      - `enduser_reward_post_confirmation_html` string — "Post Redemption HTML" configuration in Zinrelo admin console.
      - `id` string — The internal ID generated by Zinrelo.
      - `reward_id` string — The unique ID of the reward assigned by Zinrelo.
      - `metadata` object — The metadata associated with the reward.
        - `Brand` string
        - `Location` string
      - `reward_card_background_image_url` string — "Reward Tile Image" configuration in Zinrelo admin console.
    - `next_cursor` integer — This is a cursor for use in pagination. start_index is the index that defines your place in the list. For instance, if you make a list request and receive 1000 objects, your subsequent call can include start_index=1001 in order to fetch the next page of the list.
    - `more` boolean
  - `success` boolean

## 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)
