POST
/v1/4bridge/connector-types/{connectorType}/validateCreate connector types validate
Not yet documented — no summary in the API source.
Requires
Authorization: Bearer sk_...tenant_idPath parameters
connectorTypestringrequiredRequest body application/json
configobjectnullable{key}free-form JSONnullableAny JSON value. Not validated against a schema.
secretsobjectnullable{key}stringnullableResponses
isValidbooleanerrorsarray of stringnullablecurl --request POST \
--url 'https://api.4comply.io/v1/4bridge/connector-types/string/validate' \
--header 'Authorization: Bearer sk_...' \
--header 'tenant_id: your-tenant-id' \
--header 'Content-Type: application/json' \
--data '{
"config": {
"key": {}
},
"secrets": {
"key": "REDACTED"
}
}'