{ "opencollection": "1.0.0", "info": { "name": "Zeal Companies Pay Schedules API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Pay Schedules", "type": "folder" }, "items": [ { "info": { "name": "Get all reporting periods", "type": "http" }, "http": { "method": "GET", "url": "https://api.zeal.com/reportingPeriods", "params": [ { "name": "companyID", "value": "", "type": "query", "description": "The Zeal companyID identifying the employer account." } ] }, "docs": "Get all reporting periods" }, { "info": { "name": "Get upcoming regular payroll", "type": "http" }, "http": { "method": "GET", "url": "https://api.zeal.com/reportingPeriods/upcoming", "params": [ { "name": "companyID", "value": "", "type": "query", "description": "The Zeal companyID identifying the employer account." } ] }, "docs": "Get upcoming regular payroll" }, { "info": { "name": "Get the next available check / pay date", "type": "http" }, "http": { "method": "GET", "url": "https://api.zeal.com/checkDate", "params": [ { "name": "companyID", "value": "", "type": "query", "description": "The Zeal companyID identifying the employer account." } ] }, "docs": "Get the next available check / pay date" } ] } ], "bundled": true }