v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get reward details by ID

get/api_gateway/rewards/core/v1/reward/{rewardId}/brand/{brandId}

Path parameters

rewardIdstring required

Unique identifier of the reward.

brandIdinteger required

Name of the brand the reward is associated with.

Response

200

OR
OR
OR

Example response

{
  "status": {
    "success": true,
    "code": 6001,
    "message": "Reward fetched successfully"
  },
  "reward": {
    "id": 334004,
    "type": "VOUCHER",
    "startDate": "2025-09-26 20:00:00",
    "startDateTime": "2025-09-26T20:00:00Z",
    "endDate": "2026-10-31 11:59:30",
    "endDateTime": "2026-10-31T11:59:30Z",
    "enabled": true,
    "intouchPoints": 500,
    "intouchSeriesId": "301233",
    "redemptionType": "INTOUCH_REWARD",
    "categories": [
      229
    ],
    "languageSpecificInfo": [
      {
        "rewardId": 334004,
        "languageCode": "en",
        "name": "jogoldhindi",
        "description": "testreward1",
        "enabled": true
      }
    ]
  }
}