{ "opencollection": "1.0.0", "info": { "name": "Nmbrs Public REST API (HR & Payroll) Absences Payruns API", "version": "1.0-modeled" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identityservice.nmbrs.com/connect/authorize", "accessTokenUrl": "https://identityservice.nmbrs.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Payruns", "type": "folder" }, "items": [ { "info": { "name": "List payruns", "type": "http" }, "http": { "method": "GET", "url": "https://api.nmbrsapp.com/api/companies/:companyId/payruns", "params": [ { "name": "companyId", "value": "", "type": "path", "description": "Unique identifier of the company." } ] }, "docs": "Lists payroll runs for a company." } ] } ], "bundled": true }