{ "opencollection": "1.0.0", "info": { "name": "Wrike Access Roles API", "version": "4.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.wrike.com/oauth2/authorize", "accessTokenUrl": "https://www.wrike.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Access Roles", "type": "folder" }, "items": [ { "info": { "name": "List Access Roles", "type": "http" }, "http": { "method": "GET", "url": "https://www.wrike.com/api/v4/access_roles", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.wrike.com/oauth2/authorize", "accessTokenUrl": "https://www.wrike.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns all access roles available in accessible accounts." } ] } ], "bundled": true }