This is a catch-all provider — any valid URL under
https://api.paylocity.com is supported. Paylocity Web Services API v2. Base https://api.paylocity.com (Pipedream resolves the actual environment host, so send paths as-is). Company-scoped reads under /api/v2/companies/{companyId}/: /employees (list), /employees/{employeeId} (one), /employees/{employeeId}/earnings, /codes/{type} (company codes, e.g. /codes/department or /codes/location), /employees/{employeeId}/localTaxes. companyId is the Paylocity company code, not a UUID. Date fields use MM/DD/YYYY, not ISO 8601. Auth is brokered by Pipedream (WebLinkAPI scope), do not send an Authorization header. This provider is read-only: only GET requests are supported. The endpoints below are curated examples.Endpoints
List all employees for a company.
GEThttps://api.paylocity.com/api/v2/companies/{companyId}/employees — Free
- SDK
- cURL
Get a single employee.
GEThttps://api.paylocity.com/api/v2/companies/{companyId}/employees/{employeeId} — Free
- SDK
- cURL
Get an employee’s earnings / pay records.
GEThttps://api.paylocity.com/api/v2/companies/{companyId}/employees/{employeeId}/earnings — Free
- SDK
- cURL
List company codes for a resource type (e.g. department, location, costCenter1).
GEThttps://api.paylocity.com/api/v2/companies/{companyId}/codes/department — Free
- SDK
- cURL
Next Steps
All Providers
Browse all supported AI providers
Forward Proxy
Learn how to construct proxy URLs and authenticate requests