Get available brand rewards

This API allows you to retrieve rewards that are available to be linked to an catalog promotion.

👍

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/reward/brand/{brandId}/available
HTTP MethodGET
PaginationNo
Batch supportNo
Rate limit informationNone

API endpoint example

https://eucrm.cc.capillarytech.com/api_gateway/rewards/core/v1/reward/brand/1/available

Request path parameters

Parameter NameData TypeDescription
brandId*StringUnique identifier of the brand.

Request query parameters

Parameter NameData TypeDescription
startDateDate TimeThe start date of the reward.
endDateDate Timethe end date of the reward.
https://eucrm.cc.capillarytech.com/api_gateway/rewards/core/v1/reward/brand/1/available?startDate=2022-04-20T08:55Z&endDate=2022-11-30T08:55Z

Response parameters

Parameter NameData TypeDescription
successBooleanIndicates if the operation was successful.
codeIntegerThe HTTP status code of the operation.
messageStringDescriptive message about the operation's outcome.
idIntegerUnique identifier for each reward.
nameStringName of the reward.
startTimeDateTimeStart time and date for the reward's validity.
endTimeDateTimeEnd time and date for the reward's validity.
typeStringType of reward.
priorityIntegerPriority level of the reward.
enabledBooleanIndicates if the reward is active.
intouchPointsIntegerNumber of points needed for the reward.
redemptionTypeStringType of redemption for the reward.
groupNameStringName of the group associated with the reward.
groupRankIntegerRank of the group associated with the reward.
rewardRankIntegerRank of the reward within its category or program.
customFieldsObjectCustom fields associated with the reward.
{
    "status": {
        "success": true,
        "code": 6101,
        "message": "Reward details fetched successfully"
    },
    "rewardList": [
        {
            "id": 1,
            "name": "Test Marvel",
            "startTime": "2021-04-30 13:35:15",
            "endTime": "2022-05-30 15:55:55",
            "type": "VOUCHER",
            "priority": 1,
            "enabled": false,
            "intouchPoints": 1,
            "redemptionType": "INTOUCH_REWARD",
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "customFields": {}
        },
        {
            "id": 2,
            "name": "Test Marvel 2",
            "startTime": "2021-05-03 13:35:15",
            "endTime": "2022-05-14 21:25:55",
            "type": "VOUCHER",
            "priority": 2,
            "enabled": false,
            "intouchPoints": 1,
            "redemptionType": "INTOUCH_REWARD",
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "customFields": {}
        },
        {
            "id": 3,
            "name": "Test Marvel 3",
            "startTime": "2021-05-03 15:35:15",
            "endTime": "2022-05-14 21:25:55",
            "type": "VOUCHER",
            "priority": 3,
            "enabled": false,
            "intouchPoints": 1,
            "redemptionType": "INTOUCH_REWARD",
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "customFields": {}
        },
        {
            "id": 4,
            "name": "10% off on clothing",
            "startTime": "2021-05-10 18:45:14",
            "endTime": "2023-12-11 07:29:14",
            "type": "VOUCHER",
            "priority": 1,
            "enabled": false,
            "intouchPoints": 100,
            "redemptionType": "INTOUCH_REWARD",
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "customFields": {}
        },
        {
            "id": 7,
            "name": "15% off on Skinny Jeans",
            "startTime": "2021-05-10 18:50:08",
            "endTime": "2023-05-11 18:29:08",
            "type": "VOUCHER",
            "priority": 2,
            "enabled": false,
            "intouchPoints": 200,
            "redemptionType": "INTOUCH_REWARD",
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "customFields": {}
        },
        {
            "id": 8,
            "name": "200 off on shirts",
            "startTime": "2021-05-10 18:54:18",
            "endTime": "2023-12-29 13:29:18",
            "type": "VOUCHER",
            "priority": 3,
            "enabled": false,
            "intouchPoints": 500,
            "redemptionType": "INTOUCH_REWARD",
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "customFields": {}
        },
        {
            "id": 9,
            "name": "Flat 50% off on shoes",
            "startTime": "2021-05-10 19:13:16",
            "endTime": "2023-12-31 12:43:16",
            "type": "VOUCHER",
            "priority": 4,
            "enabled": false,
            "intouchPoints": 300,
            "redemptionType": "INTOUCH_REWARD",
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "customFields": {}
        },
        {
            "id": 10,
            "name": "10% off on Shoes & Accessories",
            "startTime": "2021-05-11 06:59:42",
            "endTime": "2023-12-31 17:59:42",
            "type": "VOUCHER",
            "priority": 5,
            "enabled": false,
            "intouchPoints": 350,
            "redemptionType": "INTOUCH_REWARD",
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "customFields": {}
        },
        {
            "id": 11,
            "name": "Free Perfume",
            "startTime": "2021-05-11 07:04:00",
            "endTime": "2023-12-31 03:04:00",
            "type": "VOUCHER",
            "priority": 6,
            "enabled": false,
            "intouchPoints": 450,
            "redemptionType": "INTOUCH_REWARD",
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "customFields": {}
        },
        {
            "id": 12,
            "name": "Baseball Caps",
            "startTime": "2021-05-11 07:05:38",
            "endTime": "2023-12-31 07:05:38",
            "type": "VOUCHER",
            "priority": 7,
            "enabled": false,
            "intouchPoints": 150,
            "redemptionType": "INTOUCH_REWARD",
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "customFields": {}
        },
        {
            "id": 749,
            "name": "Cart Promotion",
            "startTime": "2022-07-27 04:51:59",
            "endTime": "2029-11-21 19:21:59",
            "type": "VOUCHER",
            "priority": 1,
            "enabled": false,
            "intouchPoints": 100,
            "redemptionType": "CART_PROMOTION",
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "customFields": {}
        },
        {
            "id": 1922,
            "name": "Demo Promo",
            "startTime": "2022-10-19 05:23:40",
            "endTime": "2029-11-14 01:23:40",
            "type": "VOUCHER",
            "priority": 12,
            "enabled": false,
            "intouchPoints": 50,
            "redemptionType": "INTOUCH_REWARD",
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "customFields": {}
        },
        {
            "id": 1923,
            "name": "Marvel Demo for CS HUB",
            "startTime": "2022-10-19 05:54:10",
            "endTime": "2022-10-31 05:54:10",
            "type": "VOUCHER",
            "priority": 1,
            "enabled": false,
            "intouchPoints": 200,
            "redemptionType": "INTOUCH_REWARD",
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "customFields": {}
        },
        {
            "id": 2271,
            "name": "test1234",
            "startTime": "2022-10-20 12:09:40",
            "endTime": "2032-11-18 08:09:40",
            "type": "VOUCHER",
            "priority": 1,
            "enabled": false,
            "intouchPoints": 300,
            "redemptionType": "INTOUCH_REWARD",
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "customFields": {}
        },
        {
            "id": 5156,
            "name": "BELANJA50",
            "startTime": "2022-10-31 21:16:26",
            "endTime": "2032-11-24 10:16:26",
            "type": "VOUCHER",
            "priority": 1,
            "enabled": false,
            "intouchPoints": 3000,
            "redemptionType": "INTOUCH_REWARD",
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "customFields": {}
        },
        {
            "id": 6221,
            "name": "Personal Stylist for 1 Visit",
            "startTime": "2022-11-05 10:25:12",
            "endTime": "2032-08-18 00:55:12",
            "type": "VOUCHER",
            "priority": 1,
            "enabled": false,
            "intouchPoints": 150,
            "redemptionType": "INTOUCH_REWARD",
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "customFields": {}
        },
        {
            "id": 7581,
            "name": "Free Name Embroiding",
            "startTime": "2022-11-10 13:39:45",
            "endTime": "2026-11-17 19:39:45",
            "type": "VOUCHER",
            "priority": 1,
            "enabled": false,
            "intouchPoints": 150,
            "redemptionType": "INTOUCH_REWARD",
            "groupName": null,
            "groupRank": null,
            "rewardRank": null,
            "customFields": {}
        }
    ]
}
Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!