Get rewards for user

This API gives all the details for the reward purchased such as Reward ID, Metadata, Intouch points, Programs/tiers, Reward restrictions/limits, and Catalog promotions applied.

👍

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 .

Prerequisites

  • Basic Authentication
  • Default access group

Resource information

URI/api_gateway/rewards/core/v1/user/reward/brand/{BrandName}?userId={userID}
HTTP MethodGET
PaginationNo
Batch supportNo
Rate limit informationNone

API endpoint example

https://eu.api.capillarytech.com/api_gateway/rewards/core/v1/user/reward/brand/BUKL?userId=177071561

Request query parameters

ParametersData TypeDescription
UserId*LongUser ID of the customer. Ex: 177071561
includeExpiredBooleanPass includeExpired as true to retrieve expired reward details.
groupNameStringEnter the group name to fetch all the rewards associated with the group.
sortOnGroupsBooleanPass sortOnGroups as true to sort rewards based on groups.

Request path parameters

ParametersData TypeDescription
Brand Name*StringName of the brand. Ex: Bukl
https://eu.api.capillarytech.com/api_gateway/rewards/core/v1/user/reward/brand/SUPERMARKETDEMO?userId=62090013

Response parameters

Parameter NameData TypeDescription
successBooleanIndicates whether the request was successful or not.
codeIntegerThe status code of the response.
messageStringA message describing the result of the request.
rewardListList of ObjectsA list of reward objects containing information about each reward.
idIntegerThe unique identifier of the reward.
nameStringThe name of the reward.
descriptionStringA description of the reward.
imageIdStringThe unique identifier of the reward's image.
imageUrlStringThe URL of the reward's image.
thumbnailIdStringThe unique identifier of the reward's thumbnail image.
thumbnailUrlStringThe URL of the reward's thumbnail image.
termAndConditionsIdStringThe unique identifier of the reward's terms and conditions.
termAndConditionsUrlStringThe URL of the reward's terms and conditions.
tierStringThe tier associated with the reward.
labelStringThe label associated with the reward.
priorityIntegerThe priority of the reward.
intouchPointsIntegerThe number of intouch points associated with the reward.
groupStringThe group to which the reward belongs.
startTimeDateTimeThe start time of the reward.
endTimeDateTimeThe end time of the reward.
expiredBooleanIndicates whether the reward has expired or not.
startedBooleanIndicates whether the reward has started or not.
programIdStringThe unique identifier of the loyalty program associated with the reward.
categoryListList of ObjectsA list of categories associated with the reward, with each category containing its name and enabled status.
customFieldsObjectCustom fields associated with the reward.
loyalty program criteriaList of ObjectsCriteria for the loyalty program associated with the reward, including loyalty program ID, tier IDs, and partner program IDs.
restrictionsObjectRestrictions applied to the reward, including customer level and reward level restrictions.
groupNameStringName of the group.
groupRankIntegerRank of the group.
rewardRankIntegerRank of the reward.
paymentConfigsObjectThe paymentConfigs object includes the type of payment mode used to purchase the reward. The ID is the unique identifier for the payment mode configuration used.
paymentModeEnumThe type of payment mode supported to redeem the reward. Supported values: POINTS, FREE, CASH, POINTS_CASH, CONV_RATIO.
rewardRevenueDetailsObjectThe list containing the comission percentages for each participant
brandCommissionFloatCommission percentage the brand receives.
endCustomerCommissionFloatCommission percentage the end customer recieves.
idIntegerUnique identifier for the payment configuration
{
    "status": {
        "success": true,
        "code": 200,
        "message": "User Reward fetched successfully"
    },
    "rewardList": [
        {
            "id": 154441,
            "name": "Free Check-In Baggage upto 40Kgs",
            "description": "Free Check-In Baggage upto 40Kgs",
            "imageId": "6a50e5ff-e5e6-49bc-9f8b-523c3672d6cb",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/fae44e5c-96c8-4164-a75f-a256134.jpeg",
            "thumbnailId": "810c01d1-ace6-4805-8dac-e16c1a6e2c31",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/8ab137db-d354-4ec5-8ad5-bc06d0f.jpeg",
            "termAndConditionsId": "c98ea62a-f019-4415-8abb-ac97664856b4",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4924dbf6-93a8-43f9-bf53-d45cc80.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 2000,
            "group": "Airline",
            "startTime": "2024-04-17 12:54:00",
            "endTime": "2030-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "Recommended Rewards",
            "groupRank": 1,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "rewardRevenueDetails": {
                "brandCommission": 0,
                "endCustomerCommission": 0
            }
        },
        {
            "id": 154442,
            "name": "Free stay for 1 night",
            "description": "Free stay for 1 night",
            "imageId": "7a979faf-afdb-488f-ba8e-e401d38b51e1",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/7ea3569c-92e1-4d1f-8f42-64bce80f.jpg",
            "thumbnailId": "69259784-89d5-4f6e-b67d-8643dcb22a4b",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/103ca0ec-e32c-482e-bbe1-15a964a9.jpg",
            "termAndConditionsId": "80e1e36b-6ed3-4b61-ab5c-222308b533b9",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9ad186ca-e7d3-41f1-83f4-64378d6.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 10000,
            "group": "Airline",
            "startTime": "2024-04-17 12:54:00",
            "endTime": "2030-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "Recommended Rewards",
            "groupRank": 1,
            "rewardRank": 2,
            "images": [],
            "videos": [],
            "rewardRevenueDetails": {
                "brandCommission": 0,
                "endCustomerCommission": 0
            },
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS_CASH",
                    "id": 23,
                    "cash": 10.0000,
                    "points": 10000.0000
                }
            ]
        },
        {
            "id": 154443,
            "name": "Flat 100 off on protein powder",
            "description": "Burn 100 points and get a Flat 100 off on protein powder coupon",
            "imageId": "0f1aee40-3e4d-474d-8070-546eb2ac777e",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5bea603b-6ff2-4e00-88fb-8610012b.jpg",
            "thumbnailId": "2f6fc242-58c1-4a41-9e2f-66bc9acac52e",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/ae890c7e-9c8f-47d9-b5e2-1c62265e.jpg",
            "termAndConditionsId": "9303b31a-6042-475e-bb46-3129bc22baa1",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/b7bb1e12-8b1e-4089-888d-3f13723.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 100,
            "group": "Health",
            "startTime": "2024-04-17 12:54:00",
            "endTime": "2030-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "Recommended Rewards",
            "groupRank": 1,
            "rewardRank": 3,
            "images": [],
            "videos": [],
            "rewardRevenueDetails": {
                "brandCommission": 0,
                "endCustomerCommission": 0
            }
        },
        {
            "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": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "Recommended Rewards",
            "groupRank": 1,
            "rewardRank": 4,
            "images": [],
            "videos": [],
            "rewardRevenueDetails": {
                "brandCommission": 0,
                "endCustomerCommission": 0
            }
        },
        {
            "id": 154446,
            "name": "20% off on Vitamins",
            "description": "Burn 1000 points and get a 20% off on Vitamins coupon",
            "imageId": "8485055f-5d49-48ed-8b32-92b870d9e46c",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/e039015e-a4b9-49ba-bf5f-aafdd5a.jpeg",
            "thumbnailId": "b07afb85-b531-46f2-a3d0-e71b6c178a2d",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/71441127-956e-449e-b198-a8a688b.jpeg",
            "termAndConditionsId": "9b72745a-a82c-4fb0-904f-5df6c11bb3cb",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4f743292-4861-45bd-9983-7700d2a.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": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "Most Preferred Rewards",
            "groupRank": 2,
            "rewardRank": 2,
            "images": [],
            "videos": [],
            "rewardRevenueDetails": {
                "brandCommission": 0,
                "endCustomerCommission": 0
            }
        },
        {
            "id": 154447,
            "name": "1500 off on handbags and wallets",
            "description": "1500 off on handbags and wallets",
            "imageId": "04bbabf2-ce9d-48b3-9a58-347479b8ea88",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/969c2707-e082-4cc5-bbad-48f6ae1.jpeg",
            "thumbnailId": "d287af72-80bd-40c8-98c3-68a28eb3cf66",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/3a8f00ea-bb30-4eeb-9175-663afbb.jpeg",
            "termAndConditionsId": "36797a3b-7726-4d75-ad8b-aa1dc0bd7874",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/5f259983-5671-453e-af25-c9d1293.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 2000,
            "group": "Lifestyle",
            "startTime": "2024-04-17 12:54:00",
            "endTime": "2030-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "Exclusive Rewards",
            "groupRank": 3,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "rewardRevenueDetails": {
                "brandCommission": 0,
                "endCustomerCommission": 0
            },
            "paymentConfigs": [
                {
                    "paymentMode": "POINTS_CASH",
                    "id": 26,
                    "cash": 5.0000,
                    "points": 200.0000
                }
            ]
        },
        {
            "id": 154448,
            "name": "10% off on next flight booking with Riyadh Airlines",
            "description": "Redeem existing Reward Points on travel booking. Redeem 10,000 points and get 10% OFF on your next flight booking ",
            "imageId": "03af4803-4dd1-4c24-bae3-c9f3d3741d8a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/d5580fcf-92de-4688-bf60-e7c348cf.jpg",
            "thumbnailId": "f9302075-bcb8-4fd9-8321-e44701a921bd",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/cfd864c6-0aff-42ed-bae2-677e6925.jpg",
            "termAndConditionsId": "fc547920-2038-4ed5-818e-51a5ad21b6b3",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/190b8497-1534-4621-bebf-47dd487.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 1000,
            "group": "Airline",
            "startTime": "2024-04-17 12:54:00",
            "endTime": "2030-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "Most Preferred Rewards",
            "groupRank": 2,
            "rewardRank": 4,
            "images": [],
            "videos": [],
            "rewardRevenueDetails": {
                "brandCommission": 0,
                "endCustomerCommission": 0
            }
        },
        {
            "id": 154449,
            "name": "Free shipping on purchases above Rs.1000",
            "description": "Enjoy the convenience of free shipping on all your purchases above Rs.1000. ",
            "imageId": "5545371e-9cbb-4871-bc57-dca9312b498d",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/a90bf8a8-9a19-4b63-8123-d5aa252.jpeg",
            "thumbnailId": "6df57645-f630-44b1-bf51-2aa480e2d0f0",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/e05b344d-53d0-4915-92b7-f466061.jpeg",
            "termAndConditionsId": "f6c0b697-f076-4f95-8ae5-df93915b3f14",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/2a28833d-df1a-424d-ac63-a6ba818.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 0,
            "group": "Free Shipping",
            "startTime": "2024-04-17 12:54:00",
            "endTime": "2030-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "Most Preferred Rewards",
            "groupRank": 2,
            "rewardRank": 4,
            "images": [],
            "videos": [],
            "rewardRevenueDetails": {
                "brandCommission": 0,
                "endCustomerCommission": 0
            },
            "paymentConfigs": [
                {
                    "paymentMode": "FREE",
                    "id": 8
                }
            ]
        },
        {
            "id": 154451,
            "name": "10% off on Hotels & Resorts ",
            "description": "Lotte Hotels & Resorts Points may be used for rooms, food and beverages at LOTTE HOTELS & RESORTS and Evian SPA in SIGNIEL SEOUL from at least 1,000 points (USD 10).",
            "imageId": "d7ecad3e-4360-401d-a51b-20938eb3e8dd",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/8d4079fd-271d-4bab-9652-bac13ca8.png",
            "thumbnailId": "4895fa62-6cd6-4b17-970a-f1fbe126392c",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/228535ab-6ad2-44e7-b9ed-5f73406d.png",
            "termAndConditionsId": "81a702b8-107f-4e53-bec2-223c456c15cb",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/bce566f7-54c1-4c15-bef0-d7e292e.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 1500,
            "group": "Airline",
            "startTime": "2024-04-17 12:54:00",
            "endTime": "2030-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "Exclusive Rewards",
            "groupRank": 3,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "rewardRevenueDetails": {
                "brandCommission": 0,
                "endCustomerCommission": 0
            }
        },
        {
            "id": 154452,
            "name": "20% off on women's wear",
            "description": "20% off on women's wear",
            "imageId": "ea3da7eb-8d75-49e4-b64d-8350c2441c2f",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/1754205d-d383-4b5a-aa29-9697f2b.jpeg",
            "thumbnailId": "cfcfa412-a488-4188-a898-0199fd460890",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/862bd2c0-2b3e-4d6d-b111-cb90ee2.jpeg",
            "termAndConditionsId": "bfc93e07-eda5-4744-9085-a047ca6b9461",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/d53853cb-57f0-47c4-8d6f-00707d9.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Lifestyle",
            "startTime": "2024-04-17 12:54:00",
            "endTime": "2030-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "Exclusive Rewards",
            "groupRank": 3,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "rewardRevenueDetails": {
                "brandCommission": 0,
                "endCustomerCommission": 0
            }
        },
        {
            "id": 154453,
            "name": "30% Off on new arrivals",
            "description": "30% Off on new arrivals",
            "imageId": "f1762216-b76d-4b83-aeda-4226eba6c619",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/bf3d58fc-b335-4f84-9838-389d54fb.jpg",
            "thumbnailId": "53b0187f-7e7e-4361-9e6f-1ee92d794d38",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/6b2f205a-e49b-425a-aa55-2b04d798.jpg",
            "termAndConditionsId": "e1a19c65-1d91-4776-a008-2467e283a5c0",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/169c2024-b8fa-422b-a3cc-6140ce2.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 100,
            "group": "Lifestyle",
            "startTime": "2024-04-17 12:54:00",
            "endTime": "2030-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "Exclusive Rewards",
            "groupRank": 3,
            "rewardRank": 1,
            "images": [],
            "videos": [],
            "rewardRevenueDetails": {
                "brandCommission": 0,
                "endCustomerCommission": 0
            }
        },
        {
            "id": 154455,
            "name": "Lifestyle Rewards - Headphones",
            "description": "Lifestyle Rewards - Headphones",
            "imageId": "be1ccd13-5dca-4609-b60b-235aa0bf2745",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/4ada9b0d-fa76-440f-83e5-f318a665.png",
            "thumbnailId": "474d5560-acc7-44d2-87b9-c0a2336f1b9c",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/089de793-9143-4930-b4fd-20b52985.png",
            "termAndConditionsId": "c2349d32-aed2-4397-abc7-29f594d05e8e",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/d2ee06e6-1e73-48f1-b27f-e7fcd2d.html",
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Lifestyle",
            "startTime": "2024-04-17 12:54:00",
            "endTime": "2030-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "Exclusive Rewards",
            "groupRank": 3,
            "rewardRank": 4,
            "images": [],
            "videos": [],
            "rewardRevenueDetails": {
                "brandCommission": 0,
                "endCustomerCommission": 0
            },
            "paymentConfigs": [
                {
                    "paymentMode": "CASH",
                    "id": 14,
                    "cash": 100.0000
                }
            ]
        },
        {
            "id": 154456,
            "name": "50% off on Dining",
            "description": "10% off on Food & Beverage",
            "imageId": "33eee3fd-e19f-420f-b03b-bc1b3edd3a0a",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/3a061fe6-abef-4787-9fad-0e729f60.jpg",
            "thumbnailId": "f17cd19c-e3fb-4592-a6e8-0152de6dc2be",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/f00b6ddf-faff-436f-bcf2-8d38ed85.jpg",
            "termAndConditionsId": "",
            "termAndConditionsUrl": null,
            "tier": null,
            "label": null,
            "priority": 1,
            "intouchPoints": 500,
            "group": "Airline",
            "startTime": "2024-04-17 12:54:00",
            "endTime": "2030-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": "Exclusive Rewards",
            "groupRank": 3,
            "rewardRank": 4,
            "images": [],
            "videos": [],
            "rewardRevenueDetails": {
                "brandCommission": 0,
                "endCustomerCommission": 0
            },
            "paymentConfigs": [
                {
                    "paymentMode": "CASH",
                    "id": 20,
                    "cash": 100.0000
                }
            ]
        },
        {
            "id": 121369,
            "name": "5$ Grab Voucher",
            "description": "5$ Grab Voucher",
            "imageId": "7df197f5-be7a-45d3-9534-1e46fa3fbbe7",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/0c7ab4b3-8cff-485d-b0e2-b0e39ea9.jpg",
            "thumbnailId": "56822527-d7e0-4edd-9590-42a2aca0417c",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9634dd02-857f-485e-8f3b-694c2e57.jpg",
            "termAndConditionsId": "1a602742-206e-48bf-9340-9d2617d4484e",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/e0dd2c30-e354-468f-a084-0dea37d.html",
            "tier": "groceries",
            "label": "groceries",
            "priority": 1,
            "intouchPoints": 50,
            "group": "Travel",
            "startTime": "2024-01-22 09:21:02",
            "endTime": "2030-10-31 06:29:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": [],
            "rewardRevenueDetails": {
                "brandCommission": 0,
                "endCustomerCommission": 0
            }
        },
        {
            "id": 121370,
            "name": "Grab food voucher",
            "description": "Grab food voucher",
            "imageId": "71f9cbaa-c30e-4ecf-8523-32efe5703a73",
            "imageUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/9c208d1e-7bf5-48cc-a0f0-34a9ee2.jpeg",
            "thumbnailId": "0d49a88f-52df-4e33-a7f0-70bd08e9febb",
            "thumbnailUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/ad5e96ca-a8d1-42e6-a807-f15209d.jpeg",
            "termAndConditionsId": "57ae69d9-1935-407c-a141-052fa3340213",
            "termAndConditionsUrl": "https://eucrm-solutions.s3.amazonaws.com/rewards/1828b4ea-986b-4c88-a6eb-d246a8a.html",
            "tier": "groceries",
            "label": "groceries",
            "priority": 1,
            "intouchPoints": 100,
            "group": "Food",
            "startTime": "2024-01-22 09:19:09",
            "endTime": "2030-10-31 11:59:30",
            "expired": false,
            "started": true,
            "programId": null,
            "categoryList": [
                {
                    "id": 20,
                    "name": "groceries",
                    "enabled": true
                }
            ],
            "customFields": {
                "CF210": "value"
            },
            "loyaltyProgramCriteria": [],
            "rewardRestrictions": {
                "isValid": true
            },
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "images": [],
            "videos": [],
            "rewardRevenueDetails": {
                "brandCommission": 0,
                "endCustomerCommission": 0
            }
        }
    ],
    "pagingDto": {
        "last": true,
        "totalElements": 15,
        "totalPages": 1,
        "numberOfElements": 15,
        "first": true,
        "size": 15,
        "number": 0
    },
    "orgLevelRestrictions": {
        "isValid": true
    }
}
Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!