{ "opencollection": "1.0.0", "info": { "name": "Coda Account API", "version": "1.5.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Get user info", "type": "http" }, "http": { "method": "GET", "url": "https://coda.io/apis/v1/whoami" }, "docs": "Returns basic info about the current user." } ] } ], "bundled": true }