Ironclad

Supports:

  • ✅ Models
  • ✅ Bulk sync source

Connection

Configuration

NameTypeDescriptionRequired
auth_methodstringAuthentication method

Accepted values: oauth , api_key
true
environmentstringEnvironment

Accepted values: prod, demo
true

auth_method

When auth_method is api_key
NameTypeDescriptionRequired
api_keystringAccess tokentrue
When auth_method is oauth
NameTypeDescriptionRequired
client_idstringClient IDtrue
client_secretstringClient secrettrue
user_as_emailstringIronclad user emailtrue

Example

1{
2 "name": "Ironclad connection",
3 "type": "ironclad",
4 "configuration": {
5 "auth_method": "",
6 "environment": ""
7 }
8}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

1{
2 ...
3 "configuration": {
4 "object": "users"
5 }
6}