Paycor

Supports:

  • ✅ Bulk sync source

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
client_idstringfalsefalse
client_secretstringfalsefalse
subscription_keystringfalsefalse
scopesstringfalsefalse
use_sandboxbooleanfalsefalse

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}