Paycor
Supports:
- ✅ Bulk sync source
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
client_id | string | Client ID | false |
client_secret | string | Client Secret | false |
scopes | string | Scope Name | false |
subscription_key | string | APIm Subscription Key | false |
use_sandbox | boolean | Use Sandbox | 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 }
