Returns a list of all reward items for a given catalog.
GET {{baseUrl}}/catalogs/:catalog_id/items?program_id=49631&language=en_US&min_points=0&max_points=9999&keyword=catalog&product_code=FIDOCASHBACK
Returns a list of all reward items for a given catalog and search criteria.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
program_id | number | (Required) Unique identifier of a rewards program. | |
language | string | Language for the requested information. Customer preferred language code. This must be a valid language code that is configured for Mastercard program. This field is optional and will return English (en_US), if not specified. | |
min_points | number | Minimum point value for a reward item. | |
max_points | number | Maximum point value for a reward item. | |
keyword | string | Filters reward items based on the keywords provided. | |
product_code | string | The reward product identifier for the associated account, as defined by the client and configured during the implementation of the program. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"rewardItems":[{"id":74568,"shortDescription":"$25 Olive Garden","longDescription":"$25 Olive Garden Gift Card","imageURL":"https://www.loyaltygateway.com/rewards/ImageDisplayServlet? file=/apps_01/mcrewards_content/Catalog/en_US/items/OliveGC25.jpg","pointValue":25.23,"shippingAddressRequired":true,"isRecurringType":true,"isRedeemable":true,"physicalAddressRequired":true,"isSingleQuantityType":false,"emailAddressRequired":false,"orderInformation":"Please allow 7-10 days for gift cards to arrive","personalizationInformation":{"isRequired":false,"length":2000,"label":"No Translation Available"},"redemptionFees":[{"description":"Point purchase","amount":50,"quantityLevel":true},{"description":"Point purchase","amount":50,"quantityLevel":true}]},{"id":74568,"shortDescription":"$25 Olive Garden","longDescription":"$25 Olive Garden Gift Card","imageURL":"https://www.loyaltygateway.com/rewards/ImageDisplayServlet? file=/apps_01/mcrewards_content/Catalog/en_US/items/OliveGC25.jpg","pointValue":25.23,"shippingAddressRequired":true,"isRecurringType":true,"isRedeemable":true,"physicalAddressRequired":true,"isSingleQuantityType":false,"emailAddressRequired":false,"orderInformation":"Please allow 7-10 days for gift cards to arrive","personalizationInformation":{"isRequired":false,"length":2000,"label":"No Translation Available"},"redemptionFees":[{"description":"Point purchase","amount":50,"quantityLevel":true},{"description":"Point purchase","amount":50,"quantityLevel":true}]}]}