{ "opencollection": "1.0.0", "info": { "name": "MX Platform Rewards API", "version": "0.1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Rewards", "type": "folder" }, "items": [ { "info": { "name": "List Rewards", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/rewards", "params": [ { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." }, { "name": "member_guid", "value": "MBR-fa7537f3-48aa-a683-a02a-b18345562f54", "type": "path", "description": "The unique identifier for the member. Defined by MX." } ] }, "docs": "Use this endpoint to list all the `rewards` associated with a specified `member`." }, { "info": { "name": "Read Reward", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/rewards/:reward_guid", "params": [ { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." }, { "name": "member_guid", "value": "MBR-fa7537f3-48aa-a683-a02a-b18345562f54", "type": "path", "description": "The unique identifier for the member. Defined by MX." }, { "name": "reward_guid", "value": "RWD-fa7537f3-48aa-a683-a02a-b324322f54", "type": "path", "description": "The unique identifier for the rewards. Defined by MX." } ] }, "docs": "Use this endpoint to read a specific `reward` based on its unique GUID.." } ] } ], "bundled": true }