{ "opencollection": "1.0.0", "info": { "name": "Hyperscience Audit Logs Version API", "version": "5.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{server}.{company}.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Version", "type": "folder" }, "items": [ { "info": { "name": "Retrieve application version", "type": "http" }, "http": { "method": "GET", "url": "https://{server}.{company}.com/api/v5/version" }, "docs": "Retrieve application version" } ] } ], "bundled": true }