{ "opencollection": "1.0.0", "info": { "name": "Dropbox API Reference Account OAuth API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "OAuth", "type": "folder" }, "items": [ { "info": { "name": "Dropbox _t__OAuthTokenGenerate::SUMMARY", "type": "http" }, "http": { "method": "POST", "url": "https://api.dropbox.com/oauth/token", "body": { "type": "json", "data": "{}" } }, "docs": "_t__OAuthTokenGenerate::DESCRIPTION" }, { "info": { "name": "Dropbox _t__OAuthTokenRefresh::SUMMARY", "type": "http" }, "http": { "method": "POST", "url": "https://api.dropbox.com/oauth/token?refresh", "body": { "type": "json", "data": "{}" } }, "docs": "_t__OAuthTokenRefresh::DESCRIPTION" } ] } ], "bundled": true }