P
Paylocity API
Details
- URL
-
https://api.paylocity.com/api - Docs
- https://developer.paylocity.com/integrations/reference
Authentication
Request API access through Paylocity's integration process described in Getting Started and Integration Requirements. After approval, Paylocity provides a client_id, client_secret, and Paylocity public key for optional request encryption. Use the issued credentials to request a bearer token from https://api.paylocity.com/IdentityServer/connect/token for production or https://apisandbox.paylocity.com/IdentityServer/connect/token for testing with grant_type=client_credentials and scope=WebLinkAPI, using HTTP Basic auth with the client ID and secret as described in Authentication.