{ "opencollection": "1.0.0", "info": { "name": "Help Scout Mailbox Conversations Users API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.helpscout.net/v2/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://api.helpscout.net/v2/users" }, "docs": "List users" } ] } ], "bundled": true }