{ "opencollection": "1.0.0", "info": { "name": "Increase Account Numbers Files API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Files", "type": "folder" }, "items": [ { "info": { "name": "List Files", "type": "http" }, "http": { "method": "GET", "url": "https://api.increase.com/files", "params": [ { "name": "cursor", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "created_at.after", "value": "", "type": "query" }, { "name": "created_at.before", "value": "", "type": "query" }, { "name": "created_at.on_or_after", "value": "", "type": "query" }, { "name": "created_at.on_or_before", "value": "", "type": "query" }, { "name": "purpose.in", "value": "", "type": "query" }, { "name": "idempotency_key", "value": "", "type": "query" } ] }, "docs": "List Files" }, { "info": { "name": "Create a File", "type": "http" }, "http": { "method": "POST", "url": "https://api.increase.com/files", "body": { "type": "multipart-form", "data": [] } }, "docs": "To upload a file to Increase, you'll need to send a request of Content-Type `multipart/form-data`. The request should contain the file you would like to upload, as well as the parameters for creating a file." }, { "info": { "name": "Retrieve a File", "type": "http" }, "http": { "method": "GET", "url": "https://api.increase.com/files/:file_id", "params": [ { "name": "file_id", "value": "file_makxrc67oh9l6sg7w9yc", "type": "path" } ] }, "docs": "Retrieve a File" } ] } ], "bundled": true }