{ "opencollection": "1.0.0", "info": { "name": "Employment Hero REST Bank Accounts API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://oauth.employmenthero.com/oauth2/authorize", "accessTokenUrl": "https://oauth.employmenthero.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Bank Accounts", "type": "folder" }, "items": [ { "info": { "name": "Get employee bank accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.employmenthero.com/api/v2/organisations/:organisation_id/employees/:employee_id/bank_accounts", "params": [ { "name": "organisation_id", "value": "", "type": "path" }, { "name": "employee_id", "value": "", "type": "path" } ] }, "docs": "Get employee bank accounts" } ] } ], "bundled": true }