Paycor
Supports:
- ✅ Bulk sync source
Connection
Configuration
| NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
|---|---|---|---|---|
| client_id | string | false | false | |
| client_secret | string | false | false | |
| subscription_key | string | false | false | |
| scopes | string | false | false | |
| use_sandbox | boolean | false | false |
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 }
