{ "opencollection": "1.0.0", "info": { "name": "ZenHR Approvals Countries 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": "Countries", "type": "folder" }, "items": [ { "info": { "name": "List Countries", "type": "http" }, "http": { "method": "GET", "url": "https://app.zenhr.com/api/v3/countries" }, "docs": "List Countries" }, { "info": { "name": "Show Country", "type": "http" }, "http": { "method": "GET", "url": "https://app.zenhr.com/api/v3/countries/:country_id", "params": [ { "name": "country_id", "value": "", "type": "path" } ] }, "docs": "Show Country" } ] } ], "bundled": true }