{ "opencollection": "1.0.0", "info": { "name": "Gusto Embedded Payroll BankAccounts Webhooks API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Fetch webhook events", "type": "http" }, "http": { "method": "GET", "url": "https://api.gusto.com/v1/events" }, "docs": "Returns events from the last 30 days." } ] } ], "bundled": true }