GET/v1/4bridge/connector-types/admin/all

Get admin all

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Responses

idstringnullable
connectorTypestringnullable
displayNamestringnullable
descriptionstringnullable
iconstringnullable
categorystringnullable
supportedAuthTypesarray of stringnullable
configFieldsarray of objectFieldDefinitionResponsenullable
namestringnullable
labelstringnullable
fieldTypestringnullable
requiredboolean
placeholderstringnullable
helpTextstringnullable
defaultValuestringnullable
optionsarray of objectSelectOptionResponsenullable
validationPatternstringnullable
validationMessagestringnullable
orderinteger (int32)
showWhenstringnullable
minLengthinteger (int32)nullable
maxLengthinteger (int32)nullable
secretFieldsarray of objectFieldDefinitionResponsenullable
namestringnullable
labelstringnullable
fieldTypestringnullable
requiredboolean
placeholderstringnullable
helpTextstringnullable
defaultValuestringnullable
optionsarray of objectSelectOptionResponsenullable
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/admin/all' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'