For general questions and support of the API, contact: [email protected] Overview Paylocity Web Services API is an externally facing RESTful Internet protocol. The Paylocity API uses HTTP verbs and a RESTful endpoint structure. OAuth 2.0 is used as the API Authorization framework. Requ
curl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
https://api.paylocity.com/api/v2/companies/{companyId}/openapicurl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
https://api.paylocity.com/api/v2/companies/{companyId}/employees/curl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
https://api.paylocity.com/api/v2/companies/{companyId}/codes/{codeResource}