{ "opencollection": "1.0.0", "info": { "name": "ZenHR Approvals Bank Branches API", "version": "v3" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.zenhr.com/en/oauth/authorize", "accessTokenUrl": "https://api.zenhr.com/en/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Bank Branches", "type": "folder" }, "items": [ { "info": { "name": "List Bank Branches", "type": "http" }, "http": { "method": "GET", "url": "https://app.zenhr.com/api/v3/banks/:bank_id/bank_branches/:bank_branche_id", "params": [ { "name": "bank_id", "value": "", "type": "path" }, { "name": "bank_branche_id", "value": "", "type": "path" } ] }, "docs": "List Bank Branches" }, { "info": { "name": "Show Bank Branches", "type": "http" }, "http": { "method": "GET", "url": "https://app.zenhr.com/api/v3/banks/:bank_id/bank_branches/:bank_branch_id", "params": [ { "name": "bank_id", "value": "", "type": "path" }, { "name": "bank_branch_id", "value": "", "type": "path" } ] }, "docs": "Show Bank Branches" } ] } ], "bundled": true }