{ "opencollection": "1.0.0", "info": { "name": "Slope v4 Auth Files API", "version": "1.0.0" }, "items": [ { "info": { "name": "Files", "type": "folder" }, "items": [ { "info": { "name": "Import a file", "type": "http" }, "http": { "method": "POST", "url": "https://api.slopepay.com/v4/files/import", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Import a file from a URL. The file will be downloaded and optionally attached to an order." } ] } ], "bundled": true }