GET/v1/4bridge/connector-types

Get 4bridge connector types

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Responses

connectorTypestringnullable
displayNamestringnullable
descriptionstringnullable
iconstringnullable
categorystringnullable
supportedAuthTypesarray of stringnullable
supportsTestConnectionboolean
displayOrderinteger (int32)
isSystemManagedOnlyboolean
curl --request GET \
  --url 'https://api.4comply.io/v1/4bridge/connector-types' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'