{ "opencollection": "1.0.0", "info": { "name": "Togai Apis Accounts File Storage API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "File Storage", "type": "folder" }, "items": [ { "info": { "name": "Get a File", "type": "http" }, "http": { "method": "GET", "url": "https://api.togai.com/files/:file_id", "params": [ { "name": "file_id", "value": "", "type": "path" } ] }, "docs": "Get a file" }, { "info": { "name": "Get a Download Url for a File", "type": "http" }, "http": { "method": "GET", "url": "https://api.togai.com/files/:file_id/download_url", "params": [ { "name": "file_id", "value": "", "type": "path" } ] }, "docs": "Get a download url for a file" } ] } ], "bundled": true }