{ "opencollection": "1.0.0", "info": { "name": "Accelo REST Activities OAuth API", "version": "v0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{deployment}.api.accelo.com/oauth2/v0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "OAuth", "type": "folder" }, "items": [ { "info": { "name": "Get information about the current access token", "type": "http" }, "http": { "method": "GET", "url": "https://{deployment}.api.accelo.com/api/v0/tokeninfo" }, "docs": "Get information about the current access token" } ] } ], "bundled": true }