Configuring your connectionsConnection configurationsChorusCopy pageSupports: ✅ Models ✅ Bulk sync source Connection Configuration NAMETYPEDESCRIPTIONREQUIREDREADONLYauth_methodstringAccepted Values: basic, api_keytruefalseusernamestring(required if auth_method is “basic”)falsefalsepasswordstring(required if auth_method is “basic”)falsefalseapi_keystring(required if auth_method is “api_key”)falsefalse Example 1{2 "name": "Chorus connection",3 "type": "chorus",4 "configuration": {5 "api_key": "",6 "auth_method": "",7 "password": "",8 "username": ""9 }10} Model Sync Source Configuration NAMETYPEDESCRIPTIONREQUIREDREADONLYobjectstringObjecttruefalse Example 1{2 ...3 "configuration": {4 "object": "object"5 }6}