{ "opencollection": "1.0.0", "info": { "name": "API Reference Accounts auth API", "version": "1.0.0" }, "items": [ { "info": { "name": "auth", "type": "folder" }, "items": [ { "info": { "name": "Request an access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.modernfi.com/oauth/token", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Obtain an OAuth2 access token using client credentials" } ] } ], "bundled": true }