P

Paylocity API

REST discovered

Details
URL
https://api.paylocity.com/api
Docs
https://developer.paylocity.com/integrations/reference
Authentication
Paylocity OAuth client credentials oauth2_cc discovered Set up OAuth ↗

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.