Get Reward By ID
Retrieve full details of a single reward by reward-id for a specific loyalty member.
When to Use
▾
Use this endpoint when:
- Showing a single reward's details (image, point cost, expiry)
- Confirming the reward before a member redeems it
How to Use
▾
/v3/loyalty/me/reward/{reward-id}GET /v3/loyalty/me/reward/{reward-id} with countryCode and phoneNumber query parameters.
Request Parameters
▾
No request body. The reward is identified by the reward-id path parameter, and the member by the countryCode and phoneNumber query parameters.
Response Parameters
▾
Reward object
Reward ID
Example: "1575971661443933008"
Reward Label
Example: "Prudential RM 5 Cash Vouchers ( BoostPulse )"
Reward Image
Example: ""
Reward Point
Example: 1
Refer to explanation below
Example: ["T&C"]
Contact Info
Example: ""
Phone Number
Example: ""
True if items/goods to be delivered physically to customers
Example: false
Reward Quantity
Example: 49998
Reward Balance Quantity
Example: 49991
Reward Used Quantity
Example: 2
Reward Redeem Quantity
Example: 7
Enable Reward
Example: true
Set Limit per User use
Example: 1
Reward status have ("COMPLETED", "INPROGRESS", "FAILED", "EXPIRED")
Example: "COMPLETED"
Reward is Combo
Example: false
Reward type have Combo or Batch
Example: ""
Create date time
Example: "2020-11-18T06:43:19Z"
Last update date time
Example: "2020-11-25T05:58:56Z"
Expired date time
Example: "2018-10-19T03:39:47Z"
Successfully call this endpoint. If fail, will return error code object (Refer Appendix 1: Error Codes)
Example: "SUCCESS"