{ "opencollection": "1.0.0", "info": { "name": "MAVRCK.IO List Member Reward Win API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "ListMemberRewardWin", "type": "folder" }, "items": [ { "info": { "name": "Gets a list member reward win.", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/list-member-reward-wins/:listMemberRewardWinId", "params": [ { "name": "listMemberRewardWinId", "value": "", "type": "path", "description": "ID of list member reward win" } ] }, "docs": "Gets a list member reward win." }, { "info": { "name": "Update the List Member Reward Win.", "type": "http" }, "http": { "method": "PUT", "url": "http://app.splashscore.com/v1/list-member-reward-wins/:listMemberRewardWinId", "params": [ { "name": "listMemberRewardWinId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the List Member Reward Win." }, { "info": { "name": "Get all reward wins for bulk fulfillment confirmation based on option selection", "type": "http" }, "http": { "method": "POST", "url": "http://app.splashscore.com/v1/list-member-reward-win/bulk-fulfill/options/reward-wins", "body": { "type": "json", "data": "{}" } }, "docs": "Get all reward wins for bulk fulfillment confirmation based on option selection" }, { "info": { "name": "Get all bulk fulfillment options for a selection of influencers, combine all offline options into one option", "type": "http" }, "http": { "method": "POST", "url": "http://app.splashscore.com/v1/list-member-reward-win/bulk-fulfill/options", "body": { "type": "json", "data": "{}" } }, "docs": "Get all bulk fulfillment options for a selection of influencers, combine all offline options into one option" }, { "info": { "name": "Get all bulk fulfillment options for a selection of influencers, splitting all offline options into their own options", "type": "http" }, "http": { "method": "POST", "url": "http://app.splashscore.com/v1/list-member-reward-win/bulk-fulfill/options-all", "body": { "type": "json", "data": "{}" } }, "docs": "Get all bulk fulfillment options for a selection of influencers, splitting all offline options into their own options" }, { "info": { "name": "Get enriched list member reward win data by incentive ids. Expects comma-separated string representations of an array of integers.", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/list-member-reward-wins/enriched", "params": [ { "name": "rewardWinIds", "value": "", "type": "query" }, { "name": "cashPaymentIds", "value": "", "type": "query" } ] }, "docs": "Get enriched list member reward win data by incentive ids. Expects comma-separated string representations of an array of integers." }, { "info": { "name": "getRewardWins", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/action-groups/:actionGroupId/list-member-reward-wins/:globalUserId", "params": [ { "name": "actionGroupId", "value": "", "type": "path" }, { "name": "globalUserId", "value": "", "type": "path" }, { "name": "includeMostRecentTransaction", "value": "", "type": "query" } ] } }, { "info": { "name": "createRewardWin", "type": "http" }, "http": { "method": "POST", "url": "http://app.splashscore.com/v1/v1/action-groups/:actionGroupId/list-member-reward-wins/:globalUserId", "params": [ { "name": "actionGroupId", "value": "", "type": "path" }, { "name": "globalUserId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }