{ "opencollection": "1.0.0", "info": { "name": "Whimsical API (Beta) Comments.list Files.get API", "version": "0.1.0-beta" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://whimsical.com/oauth/authorize", "accessTokenUrl": "https://whimsical.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Files.get", "type": "folder" }, "items": [ { "info": { "name": "Get file information", "type": "http" }, "http": { "method": "POST", "url": "https://whimsical.com/api/v1/files.get", "body": { "type": "json", "data": "{}" } }, "docs": "Get file information" } ] } ], "bundled": true }