{ "opencollection": "1.0.0", "info": { "name": "Fuse Accounts Documents API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Get document", "type": "http" }, "http": { "method": "GET", "url": "https://api.fuse.me/v1/documents/:document_id", "params": [ { "name": "document_id", "value": "", "type": "path" } ] }, "docs": "Get document" }, { "info": { "name": "List documents", "type": "http" }, "http": { "method": "GET", "url": "https://api.fuse.me/v1/documents", "params": [ { "name": "reference", "value": "", "type": "query" }, { "name": "document_type", "value": "", "type": "query" } ] }, "docs": "List documents" }, { "info": { "name": "Upload Document", "type": "http" }, "http": { "method": "POST", "url": "https://api.fuse.me/v1/documents", "body": { "type": "multipart-form", "data": [] } }, "docs": "Upload Document" } ] } ], "bundled": true }