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

KeyDatatypeRequiredDescription
program_idnumber(Required) Unique identifier of a rewards program.
languagestringLanguage 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_pointsnumberMinimum point value for a reward item.
max_pointsnumberMaximum point value for a reward item.
keywordstringFilters reward items based on the keywords provided.
product_codestringThe reward product identifier for the associated account, as defined by the client and configured during the implementation of the program.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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}]}]}