{ "opencollection": "1.0.0", "info": { "name": "Romit Application API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.romit.io/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Application", "type": "folder" }, "items": [ { "info": { "name": "Get application", "type": "http" }, "http": { "method": "GET", "url": "https://api.romit.io/v1/" }, "docs": "Get application" } ] } ], "bundled": true }