TypeScript integration
import Paylocity_typescript_sdk from 'paylocity-typescript-sdk'; const client = new Paylocity_typescript_sdk({ accessToken: "YOUR_ACCESS_TOKEN" });
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}