Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
✅ Read & write data
✅ Read & write data
✅ Observability & data quality
✅ Observability & data quality
✅ Customization
✅ Customization
Access requirements
Setup guide
1
Create a developer account
- Navigate to developers.paycor.com.
- Click Sign Up on the home screen for existing Paycor Clients.
- Click Get Started.
- Enter your Username and Password.
- Click Sign In.
- Select whom you would like to be the Admin of the Developer Portal Account.
- Click Request Access.
- Sign out then Sign In again using your previously used credentials.
Note: The account creation process can take up to 5 minutes to complete. Sign out, then sign back in to access Paycor’s Developer Portal.Once access has been granted to the designated admin, they will receive an email that invites them to the developer portal.
2
Build your application
- Click Applications on the home screen to get started.
- Click the + Application button to create a new application, enter your application name.
- Select an Application Type: Standard Application: For general API access.
- Click Create Application
- Copy & Save the Application OAuth Client ID and Application OAuth Client Secret as you will need them when configuring your integration in Nango.
- Click Got it
- Navigate to the Security Connections tab to get your API Subscription Key (you will need to add this to your Nango connection configuration) and add
https://api.nango.dev/oauth/callbackas the Approved Return OAuth URL. - Navigate to the Data Access tab and select your required Access scopes. This will generate a new version of the scope. You can find the Scope Name in the General tab, which you will need when configuring your integration in Nango.
Contribute improvements to the setup guide by editing this page
Useful links
Contribute useful links by editing this page
API gotchas
- Scope Name Generation: After selecting your required Access scopes in the Data Access tab, Paycor generates a new version of the scope. You can find the Scope Name in the General tab, which you must add to your Nango Paycor integration configuration.
- Subscription Key Required: You need to add your API Subscription Key (found in the Security Connections tab) as a connection configuration parameter in Nango for all API calls to work properly. See creating a connect session documentation for details on how to add
subscriptionKeyto yourconnection_configwhen creating a Nango session.
Contribute API gotchas by editing this page
Going further
Connect to Paycor
Guide to connect to Paycor using Connect UI