{ "opencollection": "1.0.0", "info": { "name": "Customer Loyalty Management API", "version": "1.0.0" }, "items": [ { "info": { "name": "Loyalty Program Product", "type": "folder" }, "items": [ { "info": { "name": "List Products", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/loyaltyProgramMember/:memberId/loyaltyProgramProduct", "params": [ { "name": "memberId", "value": "", "type": "path" }, { "name": "subcriberEmail", "value": "", "type": "query" }, { "name": "subscriberName", "value": "", "type": "query" }, { "name": "band", "value": "", "type": "query" }, { "name": "targetSystem", "value": "", "type": "query" } ] }, "docs": "This operation is used to retrieve the loyalty program member’s loyalty program products." }, { "info": { "name": "Get Product", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/loyaltyProgramMember/:memberId/loyaltyProgramProduct/:programProductId", "params": [ { "name": "memberId", "value": "", "type": "path" }, { "name": "programProductId", "value": "", "type": "path" }, { "name": "band", "value": "", "type": "query" }, { "name": "targetSystem", "value": "", "type": "query" } ] }, "docs": "This operation is used to retrieve the loyalty member's merchants based on the categories the member is eligible for" } ] } ], "bundled": true }