Paycor

Supports:

  • ✅ Bulk sync source

Connection

Configuration

NameTypeDescriptionRequired
client_idstringClient IDfalse
client_secretstringClient Secretfalse
scopesstringScope Namefalse
subscription_keystringAPIm Subscription Keyfalse
use_sandboxbooleanUse Sandboxfalse

Example

1{
2 "name": "Paycor connection",
3 "type": "paycor",
4 "configuration": {
5 "client_id": "your_client_id",
6 "client_secret": "your_client_secret",
7 "scopes": "profile",
8 "subscription_key": "your_subscription_key",
9 "use_sandbox": false
10 }
11}