{ "opencollection": "1.0.0", "info": { "name": "Shift4 Payments Blacklist File Uploads API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "File Uploads", "type": "folder" }, "items": [ { "info": { "name": "Upload a File", "type": "http" }, "http": { "method": "POST", "url": "https://api.shift4.com/files", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "purpose", "type": "text", "value": "" } ] } }, "docs": "Upload a File" } ] } ], "bundled": true }