{ "opencollection": "1.0.0", "info": { "name": "Genius Account API", "version": "1.0.0" }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Get Current Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.genius.com/account", "params": [ { "name": "text_format", "value": "", "type": "query", "description": "Format for textual fields in the response." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.genius.com/oauth/authorize", "accessTokenUrl": "https://api.genius.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns details about the authenticated user. Requires the `me` scope." } ] } ], "bundled": true }