{ "opencollection": "1.0.0", "info": { "name": "Paylocity Integrations REST Background Check Payroll API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.paylocity.com/IdentityServer/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Payroll", "type": "folder" }, "items": [ { "info": { "name": "Create a new payroll batch", "type": "http" }, "http": { "method": "POST", "url": "https://api.paylocity.com/payentry/v2/payentryimport" }, "docs": "Create a new payroll batch" }, { "info": { "name": "Get payroll batch status", "type": "http" }, "http": { "method": "GET", "url": "https://api.paylocity.com/payentry/v2/payentryimport/:timeImportFileTrackingId", "params": [ { "name": "timeImportFileTrackingId", "value": "", "type": "path" } ] }, "docs": "Get payroll batch status" }, { "info": { "name": "List employee pay statements", "type": "http" }, "http": { "method": "GET", "url": "https://api.paylocity.com/apihub/payrollhistory/v1/companies/:companyId/employees/:employeeId/paystatements", "params": [ { "name": "companyId", "value": "", "type": "path" }, { "name": "employeeId", "value": "", "type": "path" } ] }, "docs": "List employee pay statements" } ] } ], "bundled": true }