GET/v1/4bridge/connector-types/{connectorType}

Get 4bridge connector types

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

connectorTypestringrequired

Responses

idstringnullable
connectorTypestringnullable
displayNamestringnullable
descriptionstringnullable
iconstringnullable
categorystringnullable
supportedAuthTypesarray of stringnullable
configFieldsarray of objectFieldDefinitionResponsenullable
namestringnullable
labelstringnullable
fieldTypestringnullable
requiredboolean
placeholderstringnullable
helpTextstringnullable
defaultValuestringnullable
optionsarray of objectSelectOptionResponsenullable
valuestringnullable
labelstringnullable
descriptionstringnullable
validationPatternstringnullable
validationMessagestringnullable
orderinteger (int32)
showWhenstringnullable
minLengthinteger (int32)nullable
maxLengthinteger (int32)nullable
secretFieldsarray of objectFieldDefinitionResponsenullable
namestringnullable
labelstringnullable
fieldTypestringnullable
requiredboolean
placeholderstringnullable
helpTextstringnullable
defaultValuestringnullable
optionsarray of objectSelectOptionResponsenullable
valuestringnullable
labelstringnullable
descriptionstringnullable
validationPatternstringnullable
validationMessagestringnullable
orderinteger (int32)
showWhenstringnullable
minLengthinteger (int32)nullable
maxLengthinteger (int32)nullable
isActiveboolean
supportsTestConnectionboolean
documentationUrlstringnullable
credentialsHelpstringnullable
displayOrderinteger (int32)
isSystemManagedOnlyboolean
curl --request GET \
  --url 'https://api.4comply.io/v1/4bridge/connector-types/string' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'