Ironclad
Supports:
- ✅ Models
- ✅ Bulk sync source
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
api_key | string | Access token (required if auth_method is “api_key”) | false |
auth_method | string | Authentication method Accepted values: oauth, api_key | true |
client_id | string | Client ID (required if auth_method is “oauth”) | false |
client_secret | string | Client secret (required if auth_method is “oauth”) | false |
environment | string | Environment Accepted values: prod, demo | true |
user_as_email | string | Ironclad user email (required if auth_method is “oauth”) | false |
Example
1 { 2 "name": "Ironclad connection", 3 "type": "ironclad", 4 "configuration": { 5 "api_key": "secret", 6 "auth_method": "", 7 "client_id": "ironclad", 8 "client_secret": "secret", 9 "environment": "", 10 "user_as_email": "email@domain.com" 11 } 12 }
Model Sync
Source
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
object | string | Object | true |
Example
1 { 2 ... 3 "configuration": { 4 "object": "users" 5 } 6 }
