Get purchased rewards for user in connected orgs

This API is used to get the rewards purchased by the user, without any aggregation on reward ID, and gives a unified view of the rewards purchased in order of the last purchased date.

👍

Note

For detailed information about our APIs and for hands-on testing, refer documentation in API overview and step-by-step guide on making your first API call in Make your first API call .

🚧

Use this API exclusively for connected orgs. For other orgs, use this API instead.

Prerequisites

  • Authentication: Basic or OAuth authentication
  • Default access group

Resource information

URL/v1.1/user/user_rewards?username=(tillid)&mobile={mobile}
PaginationNo
Batch supportNo
Rate limit informationNone

API endpoint example

https://eu.api.capillarytech.com/v1.1/user/user_rewards?username=(tillid)&mobile={mobile}

Headers

HeaderDescription
DATA-SCOPE-ORGList of Organization IDs
DATA-SCOPEScopes define what data can be accessed using the API. You can use scopes to control access to data from a parent or child organization. Defining a scope ensures that the response contains only data from the respective organization.

Supported headers: SELF, OTHER and ALL.

Refer to connected orgs data scopes for more information.

Request query parameters

ParametersData TypeDescription
mobile/email/externalIdStringMobile number/email/externalId of the customer to fetch rewards. Ex: 9988776654
usernameStringTill id used in the authorization of the request. Ex: swati
languageStringLanguage code to get rewards for that particular language. Ex: zh for Chinese, ar for Arabic, en for English
orderByEnumPass asc to order the results in ascending order of sortBy value, desc to order in descending order. These are not case sensitive.
sortByEnumSort the results by a specific parameter. Supported values: REWARD_ID, INTOUCH_VOUCHER,INTOUCH_VOUCHER_EXPIRY,PURCHASE_DATE.
Default: PURCHASE_DATE
pageIntTo retrieve details of a specific page. Pass 0 not to apply pagination. For example, page=2&size=10 shows 10 results on page 2.
sizeLongResults to show per page. Default - 100
typeOfRewardEnumFilter to be used to fetch specific types of rewards. Supported values: INTOUCH_REWARD, VENDOR_INTOUCH_REWARD, VENDOR_ONLY_REWARD, CART_PROMOTION.
fromPurchaseDateTimestampFilter to be used to fetch rewards by fetching the info based on purchase date.
toPurchaseDateTimestampFilter to be used to fetch rewards by fetching the information based on the purchase date.
https://eu.api.capillarytech.com/v1.1/user/user_rewards?username=(tillid)&mobile={mobile}

Response parameters

ParametersDescription
statusContains information about the success or failure of the API call, including a status code and a message.
successIndicates whether the operation was successful (true) or not (false).
codeA numeric code representing the result of the operation (e.g., 200 for success).
messageA descriptive message providing additional context about the operation's outcome.
rewardsContains details about the rewards issued to the user, including metadata, details, and redemption information.
typeOfRewardIndicates the type of reward, such as INTOUCH_REWARD, VENDOR_INTOUCH_REWARD, VENDOR_ONLY_REWARD, CART_PROMOTION, SWEEPSTAKES, GAMES.
pointsRedeemedThe number of points redeemed by the user for this reward.
rewardIdA unique identifier for the reward.
transactionIdThe unique identifier for the transaction associated with this reward.
issueRewardRefIdA reference ID for the reward issuance, used for tracking.
rewardIssueDateThe date and time when the reward was issued, represented as a UNIX timestamp in milliseconds.
userRewardExpiryThe expiration date and time for the user’s reward, formatted as YYYY-MM-DD HH:mm:ss.
userRewardDetailsProvides additional details about the reward, including metadata and configurations.
idA unique identifier for the reward.
nameThe name of the reward as displayed in the system.
descriptionA brief text describing the reward and its features or purpose.
imageIdAn identifier for the primary image associated with the reward.
imageUrlA URL linking to the full-sized image of the reward.
thumbnailIdAn identifier for the thumbnail image of the reward.
thumbnailUrlA URL linking to the thumbnail-sized image of the reward.
termAndConditionsIdAn identifier for the terms and conditions document associated with the reward.
termAndConditionsUrlA URL linking to the terms and conditions document for the reward.
tierSpecifies the tier to which the reward belongs, often used in loyalty programs.
labelA tag or label associated with the reward for categorization or filtering.
priorityThe priority level of the reward.
intouchPointsThe number of loyalty points required to redeem this reward.
groupSpecifies the group or category associated with the reward.
startTimeThe date and time when the reward becomes available for redemption, formatted as YYYY-MM-DD HH:mm:ss.
endTimeThe date and time when the reward is no longer available for redemption, formatted as YYYY-MM-DD HH:mm:ss.
expiredIndicates whether the reward has expired.
startedIndicates whether the reward is currently active and can be redeemed .
programIdA unique identifier for the program under which the reward is issued.
categoryListLists the categories to which the reward belongs, often used for filtering or classification.
idThe unique identifier for a specific category associated with the reward.
nameThe name of the category For example: "clothing".
enabledIndicates whether the category is currently active and usable.
customFieldsContains custom fields defined for the reward, often as key-value pairs.
loyaltyProgramCriteriaDetails the criteria for loyalty programs related to the reward.
cardsA list of card codes associated with the reward.
idUnique identifier of the card that was associated with the reward.
codeUnique series code of the card associated with the reward.
labelsList of Label IDs associated with the reward.
groupsLists any specific groups associated with the reward, used for segmentation purposes.
rewardRankThe rank or position of the reward within its category or list.
imagesA list of image details related to the reward.
nameName of the image.
altTextAlternative text or description of the image.
idIdentifier for internally stored images, generated when uploaded to the file service. Not applicable for external images.
urlURL of the image.
isExternalIndicates if the image is hosted on an external server.
videosA list of video details related to the reward.
nameName of the video.
altTextAlternative text or description of the video.
idIdentifier for internally stored videos, generated when uploaded to the file service. Not applicable for external videos.
urlURL of the video.
isExternalIndicates if the video is hosted on an external server.
revenueDetailsProvides revenue-related information for the reward.
paymentDetailsContains details about the payment configuration for the reward, including mode and identifier.
paymentModeSpecifies the payment mode for the reward, such as "FREE".
idThe unique identifier for the payment configuration.
redemptionDetailsIncludes details about how the reward can be redeemed, such as type and value.
redemptionTypeSpecifies the type of redemption.
redemptionValueThe value associated with the redemption.
transactionCustomFieldsCustom fields defined for the transaction.
fulfillmentDetailsContains fulfillment-specific information for the reward.
codeA unique code associated with the reward, often used for tracking or redemption purposes.
vendorThe vendor associated with the reward.
seriesIdAn identifier for the series or batch of the reward, used for tracking and categorization.
intouchUserIdThe unique identifier of the user in the system, often used for personalization and tracking.
pagingDtoProvides details about the pagination of the results, such as total elements and pages.
lastIndicates whether this is the last page of results
totalElementsThe total number of rewards returned by the query.
totalPagesThe total number of pages available for the query results.
numberOfElementsThe number of elements on the current page.
firstIndicates whether this is the first page of results
sizeThe number of elements per page, as specified in the query.
numberThe current page number in the results.
orgLevelRestrictionsorgLevelRestrictions refers to a set of conditions that determine whether a reward or action is valid or accessible for specific organizations. This restriction is usually applied at the organization level to control which organizations can view, access, or redeem the rewards based on certain validation criteria. It will specify the connected orgs in which the restriction is applied.
isValidSpecifies if the restriction is valid or not
orgIdSpecifies the org ID of the reward.
{
    "status": {
        "success": true,
        "code": 200,
        "message": "User Reward fetched successfully"
    },
    "rewards": [
        {
            "typeOfReward": "INTOUCH_REWARD",
            "pointsRedeemed": 1000,
            "rewardId": 154444,
            "transactionId": 232254,
            "issueRewardRefId": "TX2262531",
            "rewardIssueDate": 1723525599000,
            "userRewardExpiry": "2035-04-30 00:00:00",
            "userRewardDetails": {
                "id": 154444,
                "name": "50% off on planet fitness subscription",
                "description": "Burn 1000 points and get 50% off on planet fitness subscription",
                "imageId": "733aa751-6772-40a4-a3a1-38e64178410d",
                "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/3b4d33c3-230e-446f-b987-cae428a6.jpg",
                "thumbnailId": "c11743a8-f353-4449-8242-1af679840a31",
                "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/e7391686-2952-4c92-ad61-9684e938.jpg",
                "termAndConditionsId": "fe4a03ef-8749-45ae-9c28-59e4dc066eff",
                "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/a7862c4c-1545-4d43-a696-8094402.html",
                "tier": null,
                "label": null,
                "priority": 1,
                "intouchPoints": 1000,
                "group": "Health",
                "startTime": "2024-04-17 12:54:00",
                "endTime": "2030-10-31 11:59:30",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [
                    {
                        "id": 20,
                        "name": "groceries",
                        "enabled": true
                    }
                ],
                "loyaltyProgramCriteria": null,
                "groups": [
                    {
                        "groupName": "Recommended Rewards",
                        "groupRank": null
                    }
                ],
                "rewardRank": 4,
                "images": [],
                "videos": []
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": null,
            "transactionCustomFields": null,
            "fulfillmentDetails": null,
            "code": "C1TH8O7S",
            "vendor": null,
            "seriesId": "16745"
        },
        {
            "typeOfReward": "PHYSICAL_REWARD",
            "pointsRedeemed": 0,
            "rewardId": 285262,
            "transactionId": 306796,
            "issueRewardRefId": "transactionNumber",
            "rewardIssueDate": 1734516901000,
            "userRewardExpiry": null,
            "userRewardDetails": {
                "id": 285262,
                "name": " INTOUCH Enabled",
                "description": "Description",
                "imageId": "EXDR12987U",
                "imageUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987U?X-Amz-Security-Token=FwoGZXIvYXdzEKP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDHBt%2FXXXT1CSO2gRQSLMAY7N18e7jZBKP3UaDjhrr2cKi3dr%2FKoWL5ryDBVypnoOsz%2BZ2fheGS3eAR6%2FKRlNwtglWej4vWNU7BHNyBSjvcBhh1tZBSTXKDJRrd%2BfgfB7sKfJmV0b52byaH2Ovun9437ud%2B61r%2BTRsQneC6RILIWRl0RW%2FObHEumUQUCacJ%2BW7zLEXUDDRzt7pgcxa45gF0zCwQuhDQvyfSnn9335S%2BGvY4FOugpvOQ1HWQB5QeAviZ1TacdR%2Fac3YHZUTqYenbgBJSSbFFczs3VPxiiUu4q7BjItms3kogVeW6ZR%2FTPTB3bHXwDjF8mV4sv4uy5btl5%2F8Az9RI8oCAaaxSbmPPSo&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241218T101548Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBTPZ4NT2X%2F20241218%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=234d5427efa9edf0ae087d6812eb108f40447edbdbefd489e34957620c03cd0c",
                "thumbnailId": "EXDR12987T",
                "thumbnailUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987T?X-Amz-Security-Token=FwoGZXIvYXdzEKP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDHBt%2FXXXT1CSO2gRQSLMAY7N18e7jZBKP3UaDjhrr2cKi3dr%2FKoWL5ryDBVypnoOsz%2BZ2fheGS3eAR6%2FKRlNwtglWej4vWNU7BHNyBSjvcBhh1tZBSTXKDJRrd%2BfgfB7sKfJmV0b52byaH2Ovun9437ud%2B61r%2BTRsQneC6RILIWRl0RW%2FObHEumUQUCacJ%2BW7zLEXUDDRzt7pgcxa45gF0zCwQuhDQvyfSnn9335S%2BGvY4FOugpvOQ1HWQB5QeAviZ1TacdR%2Fac3YHZUTqYenbgBJSSbFFczs3VPxiiUu4q7BjItms3kogVeW6ZR%2FTPTB3bHXwDjF8mV4sv4uy5btl5%2F8Az9RI8oCAaaxSbmPPSo&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241218T101548Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBTPZ4NT2X%2F20241218%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=7647f0f45eb3bb4ae725646b28cf7423ab89eccfd411bf7c6a42e84b2d0a3b70",
                "termAndConditionsId": "EXDR12987R",
                "termAndConditionsUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987R?X-Amz-Security-Token=FwoGZXIvYXdzEKP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDHBt%2FXXXT1CSO2gRQSLMAY7N18e7jZBKP3UaDjhrr2cKi3dr%2FKoWL5ryDBVypnoOsz%2BZ2fheGS3eAR6%2FKRlNwtglWej4vWNU7BHNyBSjvcBhh1tZBSTXKDJRrd%2BfgfB7sKfJmV0b52byaH2Ovun9437ud%2B61r%2BTRsQneC6RILIWRl0RW%2FObHEumUQUCacJ%2BW7zLEXUDDRzt7pgcxa45gF0zCwQuhDQvyfSnn9335S%2BGvY4FOugpvOQ1HWQB5QeAviZ1TacdR%2Fac3YHZUTqYenbgBJSSbFFczs3VPxiiUu4q7BjItms3kogVeW6ZR%2FTPTB3bHXwDjF8mV4sv4uy5btl5%2F8Az9RI8oCAaaxSbmPPSo&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241218T101548Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBTPZ4NT2X%2F20241218%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=6c605e54bcc86f0d00e3be4450f0da659f03cda46ec63b7964db842c6c310d2c",
                "tier": "PLATINUM",
                "label": null,
                "priority": 1,
                "intouchPoints": 0,
                "group": null,
                "startTime": "2024-12-18 10:15:00",
                "endTime": "2026-11-28 14:10:00",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [],
                "loyaltyProgramCriteria": null,
                "groups": [],
                "rewardRank": null,
                "images": [],
                "videos": [],
                "labels": [
                    17246
                ]
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": {
                "redemptionType": "PHYSICAL_REWARD",
                "redemptionValue": null
            },
            "transactionCustomFields": null,
            "fulfillmentDetails": null,
            "code": null,
            "vendor": "{}",
            "seriesId": null
        },
        {
            "typeOfReward": "PHYSICAL_REWARD",
            "pointsRedeemed": 0,
            "rewardId": 285261,
            "transactionId": 306795,
            "issueRewardRefId": "transactionNumber",
            "rewardIssueDate": 1734516620000,
            "userRewardExpiry": null,
            "userRewardDetails": {
                "id": 285261,
                "name": " INTOUCH Enabled",
                "description": "Description",
                "imageId": "EXDR12987U",
                "imageUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987U?X-Amz-Security-Token=FwoGZXIvYXdzEKP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDHBt%2FXXXT1CSO2gRQSLMAY7N18e7jZBKP3UaDjhrr2cKi3dr%2FKoWL5ryDBVypnoOsz%2BZ2fheGS3eAR6%2FKRlNwtglWej4vWNU7BHNyBSjvcBhh1tZBSTXKDJRrd%2BfgfB7sKfJmV0b52byaH2Ovun9437ud%2B61r%2BTRsQneC6RILIWRl0RW%2FObHEumUQUCacJ%2BW7zLEXUDDRzt7pgcxa45gF0zCwQuhDQvyfSnn9335S%2BGvY4FOugpvOQ1HWQB5QeAviZ1TacdR%2Fac3YHZUTqYenbgBJSSbFFczs3VPxiiUu4q7BjItms3kogVeW6ZR%2FTPTB3bHXwDjF8mV4sv4uy5btl5%2F8Az9RI8oCAaaxSbmPPSo&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241218T101548Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBTPZ4NT2X%2F20241218%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=234d5427efa9edf0ae087d6812eb108f40447edbdbefd489e34957620c03cd0c",
                "thumbnailId": "EXDR12987T",
                "thumbnailUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987T?X-Amz-Security-Token=FwoGZXIvYXdzEKP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDHBt%2FXXXT1CSO2gRQSLMAY7N18e7jZBKP3UaDjhrr2cKi3dr%2FKoWL5ryDBVypnoOsz%2BZ2fheGS3eAR6%2FKRlNwtglWej4vWNU7BHNyBSjvcBhh1tZBSTXKDJRrd%2BfgfB7sKfJmV0b52byaH2Ovun9437ud%2B61r%2BTRsQneC6RILIWRl0RW%2FObHEumUQUCacJ%2BW7zLEXUDDRzt7pgcxa45gF0zCwQuhDQvyfSnn9335S%2BGvY4FOugpvOQ1HWQB5QeAviZ1TacdR%2Fac3YHZUTqYenbgBJSSbFFczs3VPxiiUu4q7BjItms3kogVeW6ZR%2FTPTB3bHXwDjF8mV4sv4uy5btl5%2F8Az9RI8oCAaaxSbmPPSo&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241218T101548Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBTPZ4NT2X%2F20241218%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=7647f0f45eb3bb4ae725646b28cf7423ab89eccfd411bf7c6a42e84b2d0a3b70",
                "termAndConditionsId": "EXDR12987R",
                "termAndConditionsUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987R?X-Amz-Security-Token=FwoGZXIvYXdzEKP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDHBt%2FXXXT1CSO2gRQSLMAY7N18e7jZBKP3UaDjhrr2cKi3dr%2FKoWL5ryDBVypnoOsz%2BZ2fheGS3eAR6%2FKRlNwtglWej4vWNU7BHNyBSjvcBhh1tZBSTXKDJRrd%2BfgfB7sKfJmV0b52byaH2Ovun9437ud%2B61r%2BTRsQneC6RILIWRl0RW%2FObHEumUQUCacJ%2BW7zLEXUDDRzt7pgcxa45gF0zCwQuhDQvyfSnn9335S%2BGvY4FOugpvOQ1HWQB5QeAviZ1TacdR%2Fac3YHZUTqYenbgBJSSbFFczs3VPxiiUu4q7BjItms3kogVeW6ZR%2FTPTB3bHXwDjF8mV4sv4uy5btl5%2F8Az9RI8oCAaaxSbmPPSo&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241218T101548Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBTPZ4NT2X%2F20241218%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=6c605e54bcc86f0d00e3be4450f0da659f03cda46ec63b7964db842c6c310d2c",
                "tier": "PLATINUM",
                "label": null,
                "priority": 1,
                "intouchPoints": 0,
                "group": null,
                "startTime": "2024-12-18 10:10:00",
                "endTime": "2026-11-28 14:10:00",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [],
                "loyaltyProgramCriteria": null,
                "groups": [],
                "rewardRank": null,
                "images": [],
                "videos": [],
                "cards": [
                    {
                        "id": 46,
                        "code": "BUKLPRM"
                    }
                ]
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": {
                "redemptionType": "PHYSICAL_REWARD",
                "redemptionValue": null
            },
            "transactionCustomFields": null,
            "fulfillmentDetails": null,
            "code": null,
            "vendor": "{}",
            "seriesId": null
        },
        {
            "typeOfReward": "CART_PROMOTION",
            "pointsRedeemed": 3000,
            "rewardId": 158644,
            "transactionId": 232253,
            "issueRewardRefId": "TX3558027",
            "rewardIssueDate": 1723525590000,
            "userRewardExpiry": "2024-08-31 15:59:59",
            "userRewardDetails": {
                "id": 158644,
                "name": "$20 Reward ",
                "description": "$20 Reward ",
                "imageId": "4788334a-57fd-4df3-8f71-973151543f99",
                "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f67065d7-468a-40fc-92da-fbd2cd6a.png",
                "thumbnailId": "310b3173-da9f-40da-b39e-41f1e16665bd",
                "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/b716c275-85e7-4b91-91c1-ece19ada.png",
                "termAndConditionsId": "d6aa0180-7eb1-4a90-99b7-e733ef7cb722",
                "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5c5f19b3-971a-4a2d-affc-b4f6193.html",
                "tier": "",
                "label": "",
                "priority": 1,
                "intouchPoints": 3000,
                "group": "",
                "startTime": "2024-04-25 18:34:50",
                "endTime": "2025-11-18 18:34:50",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [
                    {
                        "id": 22,
                        "name": "accessories",
                        "enabled": true
                    }
                ],
                "loyaltyProgramCriteria": null,
                "groups": [],
                "rewardRank": null,
                "images": [],
                "videos": []
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": null,
            "transactionCustomFields": null,
            "fulfillmentDetails": null,
            "name": "$20 Reward ",
            "promotionEarnedId": "66bae9d57e9655613506702e"
        },
        {
            "typeOfReward": "INTOUCH_REWARD",
            "pointsRedeemed": 1000,
            "rewardId": 191953,
            "transactionId": 232252,
            "issueRewardRefId": "TX9611696",
            "rewardIssueDate": 1723525581000,
            "userRewardExpiry": "2024-11-30 00:00:00",
            "userRewardDetails": {
                "id": 191953,
                "name": "10% coupon on 500ml Fresh Milk",
                "description": "10% coupon on 500ml Fresh Milk ",
                "imageId": "369e6ce5-f689-4620-921f-1b19cdf30f88",
                "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/fa194405-1c55-41ec-a2f3-ed6af147.png",
                "thumbnailId": "11202e09-f039-4330-addd-3a54e6afe90f",
                "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/61f077d8-851c-43d2-b10b-4d230392.png",
                "termAndConditionsId": "90f9c228-5f37-468a-9774-19bcf5e89a4c",
                "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/cc95decd-c2c7-44e3-8045-40318a1.html",
                "tier": null,
                "label": "accessories",
                "priority": 1,
                "intouchPoints": 1000,
                "group": null,
                "startTime": "2024-06-28 14:36:33",
                "endTime": "2025-06-05 14:36:33",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [
                    {
                        "id": 22,
                        "name": "accessories",
                        "enabled": true
                    }
                ],
                "loyaltyProgramCriteria": null,
                "groups": [],
                "rewardRank": null,
                "images": [],
                "videos": []
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": null,
            "transactionCustomFields": null,
            "fulfillmentDetails": null,
            "code": "1T1B7M0J",
            "vendor": null,
            "seriesId": "20735"
        },
        {
            "typeOfReward": "INTOUCH_REWARD",
            "pointsRedeemed": 1000,
            "rewardId": 191953,
            "transactionId": 232251,
            "issueRewardRefId": "TX4850125",
            "rewardIssueDate": 1723525577000,
            "userRewardExpiry": "2024-11-30 00:00:00",
            "userRewardDetails": {
                "id": 191953,
                "name": "10% coupon on 500ml Fresh Milk",
                "description": "10% coupon on 500ml Fresh Milk ",
                "imageId": "369e6ce5-f689-4620-921f-1b19cdf30f88",
                "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/fa194405-1c55-41ec-a2f3-ed6af147.png",
                "thumbnailId": "11202e09-f039-4330-addd-3a54e6afe90f",
                "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/61f077d8-851c-43d2-b10b-4d230392.png",
                "termAndConditionsId": "90f9c228-5f37-468a-9774-19bcf5e89a4c",
                "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/cc95decd-c2c7-44e3-8045-40318a1.html",
                "tier": null,
                "label": "accessories",
                "priority": 1,
                "intouchPoints": 1000,
                "group": null,
                "startTime": "2024-06-28 14:36:33",
                "endTime": "2025-06-05 14:36:33",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [
                    {
                        "id": 22,
                        "name": "accessories",
                        "enabled": true
                    }
                ],
                "loyaltyProgramCriteria": null,
                "groups": [],
                "rewardRank": null,
                "images": [],
                "videos": []
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": null,
            "transactionCustomFields": null,
            "fulfillmentDetails": null,
            "code": "LHGJWB3E",
            "vendor": null,
            "seriesId": "20735"
        },
        {
            "typeOfReward": "INTOUCH_REWARD",
            "pointsRedeemed": 15000,
            "rewardId": 191956,
            "transactionId": 232250,
            "issueRewardRefId": "TX6800030",
            "rewardIssueDate": 1723525564000,
            "userRewardExpiry": "2025-02-28 00:00:00",
            "userRewardDetails": {
                "id": 191956,
                "name": "500 OFF on you next FlyDubai flight",
                "description": "500 OFF on you next FlyDubai flight",
                "imageId": "f0c7f8ae-b760-400c-981e-4e59aa4bf1ae",
                "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5feb2ddb-0d1f-49df-bf7c-5852b604.jpg",
                "thumbnailId": "e011233a-389b-4826-a748-6c1d1333789a",
                "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/83f35eb1-8c8f-487f-a132-bae98cb4.jpg",
                "termAndConditionsId": "7864d879-7d04-470a-83c2-b0d58bf6e2ee",
                "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/0f73b036-f419-4e46-97ee-e343e4a.html",
                "tier": null,
                "label": "accessories",
                "priority": 4,
                "intouchPoints": 15000,
                "group": null,
                "startTime": "2024-06-28 14:44:53",
                "endTime": "2025-06-28 14:44:53",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [
                    {
                        "id": 22,
                        "name": "accessories",
                        "enabled": true
                    }
                ],
                "loyaltyProgramCriteria": null,
                "groups": [],
                "rewardRank": null,
                "images": [],
                "videos": []
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": null,
            "transactionCustomFields": null,
            "fulfillmentDetails": {
                "status": "Order confirmed"
            },
            "code": "CHEOYNAJ",
            "vendor": null,
            "seriesId": "20738"
        }
    ],
    "intouchUserId": "62090013",
    "pagingDto": {
        "last": true,
        "totalElements": 5,
        "totalPages": 1,
        "numberOfElements": 5,
        "first": false,
        "size": 5,
        "number": 5
    },
    "orgLevelRestrictions": [
        {
            "isValid": true,
            "orgId": 4000084
        },
        {
            "isValid": true,
            "orgId": 4000085
        }
    ]
}
{
    "status": {
        "success": true,
        "code": 200,
        "message": "User Reward fetched successfully"
    },
    "rewards": [
        {
            "typeOfReward": "INTOUCH_REWARD",
            "pointsRedeemed": 1000,
            "rewardId": 154444,
            "transactionId": 232254,
            "issueRewardRefId": "TX2262531",
            "rewardIssueDate": 1723525599000,
            "userRewardExpiry": "2035-04-30 00:00:00",
            "userRewardDetails": {
                "id": 154444,
                "name": "50% off on planet fitness subscription",
                "description": "Burn 1000 points and get 50% off on planet fitness subscription",
                "imageId": "733aa751-6772-40a4-a3a1-38e64178410d",
                "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/3b4d33c3-230e-446f-b987-cae428a6.jpg",
                "thumbnailId": "c11743a8-f353-4449-8242-1af679840a31",
                "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/e7391686-2952-4c92-ad61-9684e938.jpg",
                "termAndConditionsId": "fe4a03ef-8749-45ae-9c28-59e4dc066eff",
                "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/a7862c4c-1545-4d43-a696-8094402.html",
                "tier": null,
                "label": null,
                "priority": 1,
                "intouchPoints": 1000,
                "group": "Health",
                "startTime": "2024-04-17 12:54:00",
                "endTime": "2030-10-31 11:59:30",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [
                    {
                        "id": 20,
                        "name": "groceries",
                        "enabled": true
                    }
                ],
                "loyaltyProgramCriteria": null,
                "groups": [
                    {
                        "groupName": "Recommended Rewards",
                        "groupRank": null
                    }
                ],
                "rewardRank": 4,
                "images": [],
                "videos": []
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": null,
            "transactionCustomFields": null,
            "fulfillmentDetails": null,
            "code": "C1TH8O7S",
            "vendor": null,
            "seriesId": "16745"
        },
        {
            "typeOfReward": "PHYSICAL_REWARD",
            "pointsRedeemed": 0,
            "rewardId": 285262,
            "transactionId": 306796,
            "issueRewardRefId": "transactionNumber",
            "rewardIssueDate": 1734516901000,
            "userRewardExpiry": null,
            "userRewardDetails": {
                "id": 285262,
                "name": " INTOUCH Enabled",
                "description": "Description",
                "imageId": "EXDR12987U",
                "imageUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987U?X-Amz-Security-Token=FwoGZXIvYXdzEKP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDHBt%2FXXXT1CSO2gRQSLMAY7N18e7jZBKP3UaDjhrr2cKi3dr%2FKoWL5ryDBVypnoOsz%2BZ2fheGS3eAR6%2FKRlNwtglWej4vWNU7BHNyBSjvcBhh1tZBSTXKDJRrd%2BfgfB7sKfJmV0b52byaH2Ovun9437ud%2B61r%2BTRsQneC6RILIWRl0RW%2FObHEumUQUCacJ%2BW7zLEXUDDRzt7pgcxa45gF0zCwQuhDQvyfSnn9335S%2BGvY4FOugpvOQ1HWQB5QeAviZ1TacdR%2Fac3YHZUTqYenbgBJSSbFFczs3VPxiiUu4q7BjItms3kogVeW6ZR%2FTPTB3bHXwDjF8mV4sv4uy5btl5%2F8Az9RI8oCAaaxSbmPPSo&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241218T101548Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBTPZ4NT2X%2F20241218%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=234d5427efa9edf0ae087d6812eb108f40447edbdbefd489e34957620c03cd0c",
                "thumbnailId": "EXDR12987T",
                "thumbnailUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987T?X-Amz-Security-Token=FwoGZXIvYXdzEKP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDHBt%2FXXXT1CSO2gRQSLMAY7N18e7jZBKP3UaDjhrr2cKi3dr%2FKoWL5ryDBVypnoOsz%2BZ2fheGS3eAR6%2FKRlNwtglWej4vWNU7BHNyBSjvcBhh1tZBSTXKDJRrd%2BfgfB7sKfJmV0b52byaH2Ovun9437ud%2B61r%2BTRsQneC6RILIWRl0RW%2FObHEumUQUCacJ%2BW7zLEXUDDRzt7pgcxa45gF0zCwQuhDQvyfSnn9335S%2BGvY4FOugpvOQ1HWQB5QeAviZ1TacdR%2Fac3YHZUTqYenbgBJSSbFFczs3VPxiiUu4q7BjItms3kogVeW6ZR%2FTPTB3bHXwDjF8mV4sv4uy5btl5%2F8Az9RI8oCAaaxSbmPPSo&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241218T101548Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBTPZ4NT2X%2F20241218%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=7647f0f45eb3bb4ae725646b28cf7423ab89eccfd411bf7c6a42e84b2d0a3b70",
                "termAndConditionsId": "EXDR12987R",
                "termAndConditionsUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987R?X-Amz-Security-Token=FwoGZXIvYXdzEKP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDHBt%2FXXXT1CSO2gRQSLMAY7N18e7jZBKP3UaDjhrr2cKi3dr%2FKoWL5ryDBVypnoOsz%2BZ2fheGS3eAR6%2FKRlNwtglWej4vWNU7BHNyBSjvcBhh1tZBSTXKDJRrd%2BfgfB7sKfJmV0b52byaH2Ovun9437ud%2B61r%2BTRsQneC6RILIWRl0RW%2FObHEumUQUCacJ%2BW7zLEXUDDRzt7pgcxa45gF0zCwQuhDQvyfSnn9335S%2BGvY4FOugpvOQ1HWQB5QeAviZ1TacdR%2Fac3YHZUTqYenbgBJSSbFFczs3VPxiiUu4q7BjItms3kogVeW6ZR%2FTPTB3bHXwDjF8mV4sv4uy5btl5%2F8Az9RI8oCAaaxSbmPPSo&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241218T101548Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBTPZ4NT2X%2F20241218%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=6c605e54bcc86f0d00e3be4450f0da659f03cda46ec63b7964db842c6c310d2c",
                "tier": "PLATINUM",
                "label": null,
                "priority": 1,
                "intouchPoints": 0,
                "group": null,
                "startTime": "2024-12-18 10:15:00",
                "endTime": "2026-11-28 14:10:00",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [],
                "loyaltyProgramCriteria": null,
                "groups": [],
                "rewardRank": null,
                "images": [],
                "videos": [],
                "labels": [
                    17246
                ]
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": {
                "redemptionType": "PHYSICAL_REWARD",
                "redemptionValue": null
            },
            "transactionCustomFields": null,
            "fulfillmentDetails": null,
            "code": null,
            "vendor": "{}",
            "seriesId": null
        },
        {
            "typeOfReward": "PHYSICAL_REWARD",
            "pointsRedeemed": 0,
            "rewardId": 285261,
            "transactionId": 306795,
            "issueRewardRefId": "transactionNumber",
            "rewardIssueDate": 1734516620000,
            "userRewardExpiry": null,
            "userRewardDetails": {
                "id": 285261,
                "name": " INTOUCH Enabled",
                "description": "Description",
                "imageId": "EXDR12987U",
                "imageUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987U?X-Amz-Security-Token=FwoGZXIvYXdzEKP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDHBt%2FXXXT1CSO2gRQSLMAY7N18e7jZBKP3UaDjhrr2cKi3dr%2FKoWL5ryDBVypnoOsz%2BZ2fheGS3eAR6%2FKRlNwtglWej4vWNU7BHNyBSjvcBhh1tZBSTXKDJRrd%2BfgfB7sKfJmV0b52byaH2Ovun9437ud%2B61r%2BTRsQneC6RILIWRl0RW%2FObHEumUQUCacJ%2BW7zLEXUDDRzt7pgcxa45gF0zCwQuhDQvyfSnn9335S%2BGvY4FOugpvOQ1HWQB5QeAviZ1TacdR%2Fac3YHZUTqYenbgBJSSbFFczs3VPxiiUu4q7BjItms3kogVeW6ZR%2FTPTB3bHXwDjF8mV4sv4uy5btl5%2F8Az9RI8oCAaaxSbmPPSo&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241218T101548Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBTPZ4NT2X%2F20241218%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=234d5427efa9edf0ae087d6812eb108f40447edbdbefd489e34957620c03cd0c",
                "thumbnailId": "EXDR12987T",
                "thumbnailUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987T?X-Amz-Security-Token=FwoGZXIvYXdzEKP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDHBt%2FXXXT1CSO2gRQSLMAY7N18e7jZBKP3UaDjhrr2cKi3dr%2FKoWL5ryDBVypnoOsz%2BZ2fheGS3eAR6%2FKRlNwtglWej4vWNU7BHNyBSjvcBhh1tZBSTXKDJRrd%2BfgfB7sKfJmV0b52byaH2Ovun9437ud%2B61r%2BTRsQneC6RILIWRl0RW%2FObHEumUQUCacJ%2BW7zLEXUDDRzt7pgcxa45gF0zCwQuhDQvyfSnn9335S%2BGvY4FOugpvOQ1HWQB5QeAviZ1TacdR%2Fac3YHZUTqYenbgBJSSbFFczs3VPxiiUu4q7BjItms3kogVeW6ZR%2FTPTB3bHXwDjF8mV4sv4uy5btl5%2F8Az9RI8oCAaaxSbmPPSo&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241218T101548Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBTPZ4NT2X%2F20241218%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=7647f0f45eb3bb4ae725646b28cf7423ab89eccfd411bf7c6a42e84b2d0a3b70",
                "termAndConditionsId": "EXDR12987R",
                "termAndConditionsUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987R?X-Amz-Security-Token=FwoGZXIvYXdzEKP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDHBt%2FXXXT1CSO2gRQSLMAY7N18e7jZBKP3UaDjhrr2cKi3dr%2FKoWL5ryDBVypnoOsz%2BZ2fheGS3eAR6%2FKRlNwtglWej4vWNU7BHNyBSjvcBhh1tZBSTXKDJRrd%2BfgfB7sKfJmV0b52byaH2Ovun9437ud%2B61r%2BTRsQneC6RILIWRl0RW%2FObHEumUQUCacJ%2BW7zLEXUDDRzt7pgcxa45gF0zCwQuhDQvyfSnn9335S%2BGvY4FOugpvOQ1HWQB5QeAviZ1TacdR%2Fac3YHZUTqYenbgBJSSbFFczs3VPxiiUu4q7BjItms3kogVeW6ZR%2FTPTB3bHXwDjF8mV4sv4uy5btl5%2F8Az9RI8oCAaaxSbmPPSo&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241218T101548Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBTPZ4NT2X%2F20241218%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=6c605e54bcc86f0d00e3be4450f0da659f03cda46ec63b7964db842c6c310d2c",
                "tier": "PLATINUM",
                "label": null,
                "priority": 1,
                "intouchPoints": 0,
                "group": null,
                "startTime": "2024-12-18 10:10:00",
                "endTime": "2026-11-28 14:10:00",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [],
                "loyaltyProgramCriteria": null,
                "groups": [],
                "rewardRank": null,
                "images": [],
                "videos": [],
                "cards": [
                    {
                        "id": 46,
                        "code": "BUKLPRM"
                    }
                ]
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": {
                "redemptionType": "PHYSICAL_REWARD",
                "redemptionValue": null
            },
            "transactionCustomFields": null,
            "fulfillmentDetails": null,
            "code": null,
            "vendor": "{}",
            "seriesId": null
        },
        {
            "typeOfReward": "CART_PROMOTION",
            "pointsRedeemed": 3000,
            "rewardId": 158644,
            "transactionId": 232253,
            "issueRewardRefId": "TX3558027",
            "rewardIssueDate": 1723525590000,
            "userRewardExpiry": "2024-08-31 15:59:59",
            "userRewardDetails": {
                "id": 158644,
                "name": "$20 Reward ",
                "description": "$20 Reward ",
                "imageId": "4788334a-57fd-4df3-8f71-973151543f99",
                "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f67065d7-468a-40fc-92da-fbd2cd6a.png",
                "thumbnailId": "310b3173-da9f-40da-b39e-41f1e16665bd",
                "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/b716c275-85e7-4b91-91c1-ece19ada.png",
                "termAndConditionsId": "d6aa0180-7eb1-4a90-99b7-e733ef7cb722",
                "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5c5f19b3-971a-4a2d-affc-b4f6193.html",
                "tier": "",
                "label": "",
                "priority": 1,
                "intouchPoints": 3000,
                "group": "",
                "startTime": "2024-04-25 18:34:50",
                "endTime": "2025-11-18 18:34:50",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [
                    {
                        "id": 22,
                        "name": "accessories",
                        "enabled": true
                    }
                ],
                "loyaltyProgramCriteria": null,
                "groups": [],
                "rewardRank": null,
                "images": [],
                "videos": []
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": null,
            "transactionCustomFields": null,
            "fulfillmentDetails": null,
            "name": "$20 Reward ",
            "promotionEarnedId": "66bae9d57e9655613506702e"
        },
        {
            "typeOfReward": "INTOUCH_REWARD",
            "pointsRedeemed": 1000,
            "rewardId": 191953,
            "transactionId": 232252,
            "issueRewardRefId": "TX9611696",
            "rewardIssueDate": 1723525581000,
            "userRewardExpiry": "2024-11-30 00:00:00",
            "userRewardDetails": {
                "id": 191953,
                "name": "10% coupon on 500ml Fresh Milk",
                "description": "10% coupon on 500ml Fresh Milk ",
                "imageId": "369e6ce5-f689-4620-921f-1b19cdf30f88",
                "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/fa194405-1c55-41ec-a2f3-ed6af147.png",
                "thumbnailId": "11202e09-f039-4330-addd-3a54e6afe90f",
                "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/61f077d8-851c-43d2-b10b-4d230392.png",
                "termAndConditionsId": "90f9c228-5f37-468a-9774-19bcf5e89a4c",
                "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/cc95decd-c2c7-44e3-8045-40318a1.html",
                "tier": null,
                "label": "accessories",
                "priority": 1,
                "intouchPoints": 1000,
                "group": null,
                "startTime": "2024-06-28 14:36:33",
                "endTime": "2025-06-05 14:36:33",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [
                    {
                        "id": 22,
                        "name": "accessories",
                        "enabled": true
                    }
                ],
                "loyaltyProgramCriteria": null,
                "groups": [],
                "rewardRank": null,
                "images": [],
                "videos": []
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": null,
            "transactionCustomFields": null,
            "fulfillmentDetails": null,
            "code": "1T1B7M0J",
            "vendor": null,
            "seriesId": "20735"
        },
        {
            "typeOfReward": "INTOUCH_REWARD",
            "pointsRedeemed": 1000,
            "rewardId": 191953,
            "transactionId": 232251,
            "issueRewardRefId": "TX4850125",
            "rewardIssueDate": 1723525577000,
            "userRewardExpiry": "2024-11-30 00:00:00",
            "userRewardDetails": {
                "id": 191953,
                "name": "10% coupon on 500ml Fresh Milk",
                "description": "10% coupon on 500ml Fresh Milk ",
                "imageId": "369e6ce5-f689-4620-921f-1b19cdf30f88",
                "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/fa194405-1c55-41ec-a2f3-ed6af147.png",
                "thumbnailId": "11202e09-f039-4330-addd-3a54e6afe90f",
                "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/61f077d8-851c-43d2-b10b-4d230392.png",
                "termAndConditionsId": "90f9c228-5f37-468a-9774-19bcf5e89a4c",
                "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/cc95decd-c2c7-44e3-8045-40318a1.html",
                "tier": null,
                "label": "accessories",
                "priority": 1,
                "intouchPoints": 1000,
                "group": null,
                "startTime": "2024-06-28 14:36:33",
                "endTime": "2025-06-05 14:36:33",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [
                    {
                        "id": 22,
                        "name": "accessories",
                        "enabled": true
                    }
                ],
                "loyaltyProgramCriteria": null,
                "groups": [],
                "rewardRank": null,
                "images": [],
                "videos": []
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": null,
            "transactionCustomFields": null,
            "fulfillmentDetails": null,
            "code": "LHGJWB3E",
            "vendor": null,
            "seriesId": "20735"
        },
        {
            "typeOfReward": "INTOUCH_REWARD",
            "pointsRedeemed": 15000,
            "rewardId": 191956,
            "transactionId": 232250,
            "issueRewardRefId": "TX6800030",
            "rewardIssueDate": 1723525564000,
            "userRewardExpiry": "2025-02-28 00:00:00",
            "userRewardDetails": {
                "id": 191956,
                "name": "500 OFF on you next FlyDubai flight",
                "description": "500 OFF on you next FlyDubai flight",
                "imageId": "f0c7f8ae-b760-400c-981e-4e59aa4bf1ae",
                "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5feb2ddb-0d1f-49df-bf7c-5852b604.jpg",
                "thumbnailId": "e011233a-389b-4826-a748-6c1d1333789a",
                "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/83f35eb1-8c8f-487f-a132-bae98cb4.jpg",
                "termAndConditionsId": "7864d879-7d04-470a-83c2-b0d58bf6e2ee",
                "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/0f73b036-f419-4e46-97ee-e343e4a.html",
                "tier": null,
                "label": "accessories",
                "priority": 4,
                "intouchPoints": 15000,
                "group": null,
                "startTime": "2024-06-28 14:44:53",
                "endTime": "2025-06-28 14:44:53",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [
                    {
                        "id": 22,
                        "name": "accessories",
                        "enabled": true
                    }
                ],
                "loyaltyProgramCriteria": null,
                "groups": [],
                "rewardRank": null,
                "images": [],
                "videos": []
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": null,
            "transactionCustomFields": null,
            "fulfillmentDetails": {
                "status": "Order confirmed"
            },
            "code": "CHEOYNAJ",
            "vendor": null,
            "seriesId": "20738"
        }
    ],
    "intouchUserId": "62090013",
    "pagingDto": {
        "last": true,
        "totalElements": 5,
        "totalPages": 1,
        "numberOfElements": 5,
        "first": false,
        "size": 5,
        "number": 5
    }
{
    "status": {
        "success": true,
        "code": 200,
        "message": "User Reward fetched successfully"
    },
    "rewards": [
        {
            "typeOfReward": "INTOUCH_REWARD",
            "pointsRedeemed": 1000,
            "rewardId": 154444,
            "transactionId": 232254,
            "issueRewardRefId": "TX2262531",
            "rewardIssueDate": 1723525599000,
            "userRewardExpiry": "2035-04-30 00:00:00",
            "userRewardDetails": {
                "id": 154444,
                "name": "50% off on planet fitness subscription",
                "description": "Burn 1000 points and get 50% off on planet fitness subscription",
                "imageId": "733aa751-6772-40a4-a3a1-38e64178410d",
                "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/3b4d33c3-230e-446f-b987-cae428a6.jpg",
                "thumbnailId": "c11743a8-f353-4449-8242-1af679840a31",
                "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/e7391686-2952-4c92-ad61-9684e938.jpg",
                "termAndConditionsId": "fe4a03ef-8749-45ae-9c28-59e4dc066eff",
                "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/a7862c4c-1545-4d43-a696-8094402.html",
                "tier": null,
                "label": null,
                "priority": 1,
                "intouchPoints": 1000,
                "group": "Health",
                "startTime": "2024-04-17 12:54:00",
                "endTime": "2030-10-31 11:59:30",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [
                    {
                        "id": 20,
                        "name": "groceries",
                        "enabled": true
                    }
                ],
                "loyaltyProgramCriteria": null,
                "groups": [
                    {
                        "groupName": "Recommended Rewards",
                        "groupRank": null
                    }
                ],
                "rewardRank": 4,
                "images": [
                	{
                "name": "imageName",
                "altText": "product picture",
                "id": null,
                "url": "mypic.com",
                "isExternal": true
            }
                ],
                "videos": [
                	{
                "name": "videoName",
                "altText": "product picture",
                "id": null,
                "url": "mypic.com",
                "isExternal": true
            }
                ]
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": null,
            "transactionCustomFields": null,
            "fulfillmentDetails": null,
            "code": "C1TH8O7S",
            "vendor": null,
            "seriesId": "16745"
        },
        {
            "typeOfReward": "PHYSICAL_REWARD",
            "pointsRedeemed": 0,
            "rewardId": 285262,
            "transactionId": 306796,
            "issueRewardRefId": "transactionNumber",
            "rewardIssueDate": 1734516901000,
            "userRewardExpiry": null,
            "userRewardDetails": {
                "id": 285262,
                "name": " INTOUCH Enabled",
                "description": "Description",
                "imageId": "EXDR12987U",
                "imageUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987U?X-Amz-Security-Token=FwoGZXIvYXdzEKP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDHBt%2FXXXT1CSO2gRQSLMAY7N18e7jZBKP3UaDjhrr2cKi3dr%2FKoWL5ryDBVypnoOsz%2BZ2fheGS3eAR6%2FKRlNwtglWej4vWNU7BHNyBSjvcBhh1tZBSTXKDJRrd%2BfgfB7sKfJmV0b52byaH2Ovun9437ud%2B61r%2BTRsQneC6RILIWRl0RW%2FObHEumUQUCacJ%2BW7zLEXUDDRzt7pgcxa45gF0zCwQuhDQvyfSnn9335S%2BGvY4FOugpvOQ1HWQB5QeAviZ1TacdR%2Fac3YHZUTqYenbgBJSSbFFczs3VPxiiUu4q7BjItms3kogVeW6ZR%2FTPTB3bHXwDjF8mV4sv4uy5btl5%2F8Az9RI8oCAaaxSbmPPSo&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241218T101548Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBTPZ4NT2X%2F20241218%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=234d5427efa9edf0ae087d6812eb108f40447edbdbefd489e34957620c03cd0c",
                "thumbnailId": "EXDR12987T",
                "thumbnailUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987T?X-Amz-Security-Token=FwoGZXIvYXdzEKP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDHBt%2FXXXT1CSO2gRQSLMAY7N18e7jZBKP3UaDjhrr2cKi3dr%2FKoWL5ryDBVypnoOsz%2BZ2fheGS3eAR6%2FKRlNwtglWej4vWNU7BHNyBSjvcBhh1tZBSTXKDJRrd%2BfgfB7sKfJmV0b52byaH2Ovun9437ud%2B61r%2BTRsQneC6RILIWRl0RW%2FObHEumUQUCacJ%2BW7zLEXUDDRzt7pgcxa45gF0zCwQuhDQvyfSnn9335S%2BGvY4FOugpvOQ1HWQB5QeAviZ1TacdR%2Fac3YHZUTqYenbgBJSSbFFczs3VPxiiUu4q7BjItms3kogVeW6ZR%2FTPTB3bHXwDjF8mV4sv4uy5btl5%2F8Az9RI8oCAaaxSbmPPSo&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241218T101548Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBTPZ4NT2X%2F20241218%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=7647f0f45eb3bb4ae725646b28cf7423ab89eccfd411bf7c6a42e84b2d0a3b70",
                "termAndConditionsId": "EXDR12987R",
                "termAndConditionsUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987R?X-Amz-Security-Token=FwoGZXIvYXdzEKP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDHBt%2FXXXT1CSO2gRQSLMAY7N18e7jZBKP3UaDjhrr2cKi3dr%2FKoWL5ryDBVypnoOsz%2BZ2fheGS3eAR6%2FKRlNwtglWej4vWNU7BHNyBSjvcBhh1tZBSTXKDJRrd%2BfgfB7sKfJmV0b52byaH2Ovun9437ud%2B61r%2BTRsQneC6RILIWRl0RW%2FObHEumUQUCacJ%2BW7zLEXUDDRzt7pgcxa45gF0zCwQuhDQvyfSnn9335S%2BGvY4FOugpvOQ1HWQB5QeAviZ1TacdR%2Fac3YHZUTqYenbgBJSSbFFczs3VPxiiUu4q7BjItms3kogVeW6ZR%2FTPTB3bHXwDjF8mV4sv4uy5btl5%2F8Az9RI8oCAaaxSbmPPSo&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241218T101548Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBTPZ4NT2X%2F20241218%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=6c605e54bcc86f0d00e3be4450f0da659f03cda46ec63b7964db842c6c310d2c",
                "tier": "PLATINUM",
                "label": null,
                "priority": 1,
                "intouchPoints": 0,
                "group": null,
                "startTime": "2024-12-18 10:15:00",
                "endTime": "2026-11-28 14:10:00",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [],
                "loyaltyProgramCriteria": null,
                "groups": [],
                "rewardRank": null,
                "images": [],
                "videos": [],
                "labels": [
                    17246
                ]
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": {
                "redemptionType": "PHYSICAL_REWARD",
                "redemptionValue": null
            },
            "transactionCustomFields": null,
            "fulfillmentDetails": null,
            "code": null,
            "vendor": "{}",
            "seriesId": null
        },
        {
            "typeOfReward": "PHYSICAL_REWARD",
            "pointsRedeemed": 0,
            "rewardId": 285261,
            "transactionId": 306795,
            "issueRewardRefId": "transactionNumber",
            "rewardIssueDate": 1734516620000,
            "userRewardExpiry": null,
            "userRewardDetails": {
                "id": 285261,
                "name": " INTOUCH Enabled",
                "description": "Description",
                "imageId": "EXDR12987U",
                "imageUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987U?X-Amz-Security-Token=FwoGZXIvYXdzEKP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDHBt%2FXXXT1CSO2gRQSLMAY7N18e7jZBKP3UaDjhrr2cKi3dr%2FKoWL5ryDBVypnoOsz%2BZ2fheGS3eAR6%2FKRlNwtglWej4vWNU7BHNyBSjvcBhh1tZBSTXKDJRrd%2BfgfB7sKfJmV0b52byaH2Ovun9437ud%2B61r%2BTRsQneC6RILIWRl0RW%2FObHEumUQUCacJ%2BW7zLEXUDDRzt7pgcxa45gF0zCwQuhDQvyfSnn9335S%2BGvY4FOugpvOQ1HWQB5QeAviZ1TacdR%2Fac3YHZUTqYenbgBJSSbFFczs3VPxiiUu4q7BjItms3kogVeW6ZR%2FTPTB3bHXwDjF8mV4sv4uy5btl5%2F8Az9RI8oCAaaxSbmPPSo&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241218T101548Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBTPZ4NT2X%2F20241218%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=234d5427efa9edf0ae087d6812eb108f40447edbdbefd489e34957620c03cd0c",
                "thumbnailId": "EXDR12987T",
                "thumbnailUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987T?X-Amz-Security-Token=FwoGZXIvYXdzEKP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDHBt%2FXXXT1CSO2gRQSLMAY7N18e7jZBKP3UaDjhrr2cKi3dr%2FKoWL5ryDBVypnoOsz%2BZ2fheGS3eAR6%2FKRlNwtglWej4vWNU7BHNyBSjvcBhh1tZBSTXKDJRrd%2BfgfB7sKfJmV0b52byaH2Ovun9437ud%2B61r%2BTRsQneC6RILIWRl0RW%2FObHEumUQUCacJ%2BW7zLEXUDDRzt7pgcxa45gF0zCwQuhDQvyfSnn9335S%2BGvY4FOugpvOQ1HWQB5QeAviZ1TacdR%2Fac3YHZUTqYenbgBJSSbFFczs3VPxiiUu4q7BjItms3kogVeW6ZR%2FTPTB3bHXwDjF8mV4sv4uy5btl5%2F8Az9RI8oCAaaxSbmPPSo&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241218T101548Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBTPZ4NT2X%2F20241218%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=7647f0f45eb3bb4ae725646b28cf7423ab89eccfd411bf7c6a42e84b2d0a3b70",
                "termAndConditionsId": "EXDR12987R",
                "termAndConditionsUrl": "https://s3.eu-west-1.amazonaws.com/eucrm-solutions/BUKL/EXDR12987R?X-Amz-Security-Token=FwoGZXIvYXdzEKP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDHBt%2FXXXT1CSO2gRQSLMAY7N18e7jZBKP3UaDjhrr2cKi3dr%2FKoWL5ryDBVypnoOsz%2BZ2fheGS3eAR6%2FKRlNwtglWej4vWNU7BHNyBSjvcBhh1tZBSTXKDJRrd%2BfgfB7sKfJmV0b52byaH2Ovun9437ud%2B61r%2BTRsQneC6RILIWRl0RW%2FObHEumUQUCacJ%2BW7zLEXUDDRzt7pgcxa45gF0zCwQuhDQvyfSnn9335S%2BGvY4FOugpvOQ1HWQB5QeAviZ1TacdR%2Fac3YHZUTqYenbgBJSSbFFczs3VPxiiUu4q7BjItms3kogVeW6ZR%2FTPTB3bHXwDjF8mV4sv4uy5btl5%2F8Az9RI8oCAaaxSbmPPSo&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241218T101548Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Credential=ASIAXKEP2EMBTPZ4NT2X%2F20241218%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Signature=6c605e54bcc86f0d00e3be4450f0da659f03cda46ec63b7964db842c6c310d2c",
                "tier": "PLATINUM",
                "label": null,
                "priority": 1,
                "intouchPoints": 0,
                "group": null,
                "startTime": "2024-12-18 10:10:00",
                "endTime": "2026-11-28 14:10:00",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [],
                "loyaltyProgramCriteria": null,
                "groups": [],
                "rewardRank": null,
                "images": [],
                "videos": [],
                "cards": [
                    {
                        "id": 46,
                        "code": "BUKLPRM"
                    }
                ]
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": {
                "redemptionType": "PHYSICAL_REWARD",
                "redemptionValue": null
            },
            "transactionCustomFields": null,
            "fulfillmentDetails": null,
            "code": null,
            "vendor": "{}",
            "seriesId": null
        },
        {
            "typeOfReward": "CART_PROMOTION",
            "pointsRedeemed": 3000,
            "rewardId": 158644,
            "transactionId": 232253,
            "issueRewardRefId": "TX3558027",
            "rewardIssueDate": 1723525590000,
            "userRewardExpiry": "2024-08-31 15:59:59",
            "userRewardDetails": {
                "id": 158644,
                "name": "$20 Reward ",
                "description": "$20 Reward ",
                "imageId": "4788334a-57fd-4df3-8f71-973151543f99",
                "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f67065d7-468a-40fc-92da-fbd2cd6a.png",
                "thumbnailId": "310b3173-da9f-40da-b39e-41f1e16665bd",
                "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/b716c275-85e7-4b91-91c1-ece19ada.png",
                "termAndConditionsId": "d6aa0180-7eb1-4a90-99b7-e733ef7cb722",
                "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5c5f19b3-971a-4a2d-affc-b4f6193.html",
                "tier": "",
                "label": "",
                "priority": 1,
                "intouchPoints": 3000,
                "group": "",
                "startTime": "2024-04-25 18:34:50",
                "endTime": "2025-11-18 18:34:50",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [
                    {
                        "id": 22,
                        "name": "accessories",
                        "enabled": true
                    }
                ],
                "loyaltyProgramCriteria": null,
                "groups": [],
                "rewardRank": null,
                "images": [],
                "videos": []
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": null,
            "transactionCustomFields": null,
            "fulfillmentDetails": null,
            "name": "$20 Reward ",
            "promotionEarnedId": "66bae9d57e9655613506702e"
        },
        {
            "typeOfReward": "INTOUCH_REWARD",
            "pointsRedeemed": 1000,
            "rewardId": 191953,
            "transactionId": 232252,
            "issueRewardRefId": "TX9611696",
            "rewardIssueDate": 1723525581000,
            "userRewardExpiry": "2024-11-30 00:00:00",
            "userRewardDetails": {
                "id": 191953,
                "name": "10% coupon on 500ml Fresh Milk",
                "description": "10% coupon on 500ml Fresh Milk ",
                "imageId": "369e6ce5-f689-4620-921f-1b19cdf30f88",
                "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/fa194405-1c55-41ec-a2f3-ed6af147.png",
                "thumbnailId": "11202e09-f039-4330-addd-3a54e6afe90f",
                "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/61f077d8-851c-43d2-b10b-4d230392.png",
                "termAndConditionsId": "90f9c228-5f37-468a-9774-19bcf5e89a4c",
                "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/cc95decd-c2c7-44e3-8045-40318a1.html",
                "tier": null,
                "label": "accessories",
                "priority": 1,
                "intouchPoints": 1000,
                "group": null,
                "startTime": "2024-06-28 14:36:33",
                "endTime": "2025-06-05 14:36:33",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [
                    {
                        "id": 22,
                        "name": "accessories",
                        "enabled": true
                    }
                ],
                "loyaltyProgramCriteria": null,
                "groups": [],
                "rewardRank": null,
                "images": [],
                "videos": []
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": null,
            "transactionCustomFields": null,
            "fulfillmentDetails": null,
            "code": "1T1B7M0J",
            "vendor": null,
            "seriesId": "20735"
        },
        {
            "typeOfReward": "INTOUCH_REWARD",
            "pointsRedeemed": 1000,
            "rewardId": 191953,
            "transactionId": 232251,
            "issueRewardRefId": "TX4850125",
            "rewardIssueDate": 1723525577000,
            "userRewardExpiry": "2024-11-30 00:00:00",
            "userRewardDetails": {
                "id": 191953,
                "name": "10% coupon on 500ml Fresh Milk",
                "description": "10% coupon on 500ml Fresh Milk ",
                "imageId": "369e6ce5-f689-4620-921f-1b19cdf30f88",
                "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/fa194405-1c55-41ec-a2f3-ed6af147.png",
                "thumbnailId": "11202e09-f039-4330-addd-3a54e6afe90f",
                "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/61f077d8-851c-43d2-b10b-4d230392.png",
                "termAndConditionsId": "90f9c228-5f37-468a-9774-19bcf5e89a4c",
                "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/cc95decd-c2c7-44e3-8045-40318a1.html",
                "tier": null,
                "label": "accessories",
                "priority": 1,
                "intouchPoints": 1000,
                "group": null,
                "startTime": "2024-06-28 14:36:33",
                "endTime": "2025-06-05 14:36:33",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [
                    {
                        "id": 22,
                        "name": "accessories",
                        "enabled": true
                    }
                ],
                "loyaltyProgramCriteria": null,
                "groups": [],
                "rewardRank": null,
                "images": [],
                "videos": []
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": null,
            "transactionCustomFields": null,
            "fulfillmentDetails": null,
            "code": "LHGJWB3E",
            "vendor": null,
            "seriesId": "20735"
        },
        {
            "typeOfReward": "INTOUCH_REWARD",
            "pointsRedeemed": 15000,
            "rewardId": 191956,
            "transactionId": 232250,
            "issueRewardRefId": "TX6800030",
            "rewardIssueDate": 1723525564000,
            "userRewardExpiry": "2025-02-28 00:00:00",
            "userRewardDetails": {
                "id": 191956,
                "name": "500 OFF on you next FlyDubai flight",
                "description": "500 OFF on you next FlyDubai flight",
                "imageId": "f0c7f8ae-b760-400c-981e-4e59aa4bf1ae",
                "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5feb2ddb-0d1f-49df-bf7c-5852b604.jpg",
                "thumbnailId": "e011233a-389b-4826-a748-6c1d1333789a",
                "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/83f35eb1-8c8f-487f-a132-bae98cb4.jpg",
                "termAndConditionsId": "7864d879-7d04-470a-83c2-b0d58bf6e2ee",
                "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/0f73b036-f419-4e46-97ee-e343e4a.html",
                "tier": null,
                "label": "accessories",
                "priority": 4,
                "intouchPoints": 15000,
                "group": null,
                "startTime": "2024-06-28 14:44:53",
                "endTime": "2025-06-28 14:44:53",
                "expired": false,
                "started": false,
                "programId": null,
                "categoryList": [
                    {
                        "id": 22,
                        "name": "accessories",
                        "enabled": true
                    }
                ],
                "loyaltyProgramCriteria": null,
                "groups": [],
                "rewardRank": null,
                "images": [],
                "videos": []
            },
            "revenueDetails": null,
            "paymentDetails": null,
            "redemptionDetails": null,
            "transactionCustomFields": null,
            "fulfillmentDetails": {
                "status": "Order confirmed"
            },
            "code": "CHEOYNAJ",
            "vendor": null,
            "seriesId": "20738"
        }
    ],
    "intouchUserId": "62090013",
    "pagingDto": {
        "last": true,
        "totalElements": 5,
        "totalPages": 1,
        "numberOfElements": 5,
        "first": false,
        "size": 5,
        "number": 5
    },
    "orgLevelRestrictions": [
        {
            "isValid": true,
            "orgId": 4000084
        },
        {
            "isValid": true,
            "orgId": 4000085
        }
    ]
}
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!