On this pageConnectionConfigurationExampleModel SyncSourceConfigurationExampleConfiguring your connectionsConnection configurationsIroncladCopy pageSupports: ✅ Models ✅ Bulk sync source Connection Configuration NAMETYPEDESCRIPTIONREQUIREDREADONLYenvironmentstringAccepted values: prod, demotruefalseauth_methodstringAccepted values: oauth, api_keytruefalseapi_keystring(required if auth_method is “api_key”)falsefalseclient_idstring(required if auth_method is “oauth”)falsefalseclient_secretstring(required if auth_method is “oauth”)falsefalseuser_as_emailstring(required if auth_method is “oauth”)falsefalse 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 NAMETYPEDESCRIPTIONREQUIREDREADONLYobjectstringObjecttruefalse Example 1{2 ...3 "configuration": {4 "object": "users"5 }6}