{ "opencollection": "1.0.0", "info": { "name": "Help Scout Mailbox Conversations Webhooks 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": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.helpscout.net/v2/webhooks" }, "docs": "List webhooks" }, { "info": { "name": "Create webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.helpscout.net/v2/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create webhook" } ] } ], "bundled": true }