{ "opencollection": "1.0.0", "info": { "name": "Moody's Analytics Developer Platform Authentication API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.economy.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Moody's Obtain an Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.economy.com/oauth2/token", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Issues an OAuth2 bearer token using client_credentials grant. The returned token is valid for one hour and must be presented as a Bearer token on subsequent requests." } ] } ], "bundled": true }