{ "opencollection": "1.0.0", "info": { "name": "Shift4 Payments Blacklist API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Blacklist", "type": "folder" }, "items": [ { "info": { "name": "List Blacklist Rules", "type": "http" }, "http": { "method": "GET", "url": "https://api.shift4.com/blacklist", "params": [ { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of objects to be returned." } ] }, "docs": "List Blacklist Rules" }, { "info": { "name": "Create a Blacklist Rule", "type": "http" }, "http": { "method": "POST", "url": "https://api.shift4.com/blacklist", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Blacklist Rule" }, { "info": { "name": "Retrieve a Blacklist Rule", "type": "http" }, "http": { "method": "GET", "url": "https://api.shift4.com/blacklist/:ruleId", "params": [ { "name": "ruleId", "value": "", "type": "path" } ] }, "docs": "Retrieve a Blacklist Rule" }, { "info": { "name": "Update a Blacklist Rule", "type": "http" }, "http": { "method": "POST", "url": "https://api.shift4.com/blacklist/:ruleId", "params": [ { "name": "ruleId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Blacklist Rule" }, { "info": { "name": "Delete a Blacklist Rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.shift4.com/blacklist/:ruleId", "params": [ { "name": "ruleId", "value": "", "type": "path" } ] }, "docs": "Delete a Blacklist Rule" } ] } ], "bundled": true }