{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Items API", "version": "1.0" }, "items": [ { "info": { "name": "Items", "type": "folder" }, "items": [ { "info": { "name": "Returns a list of all reward items for a given catalog.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/catalogs/:catalog_id/items", "params": [ { "name": "program_id", "value": "49631", "type": "query", "description": "Unique identifier of a rewards program." }, { "name": "catalog_id", "value": "1234", "type": "path", "description": "The internal Mastercard Catalog Hierarchy ID for the rewards program." }, { "name": "language", "value": "en_US", "type": "query", "description": "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." }, { "name": "min_points", "value": "0", "type": "query", "description": "Minimum point value for a reward item." }, { "name": "max_points", "value": "9999", "type": "query", "description": "Maximum point value for a reward item." }, { "name": "keyword", "value": "catalog", "type": "query", "description": "Filters reward items based on the keywords provided." }, { "name": "product_code", "value": "FIDOCASHBACK", "type": "query", "description": "The reward product identifier for the associated account, as defined by the client and configured during the implementation of the program." } ] }, "docs": "Returns a list of all reward items for a given catalog and search criteria." } ] } ], "bundled": true }