GET/v1/4bridge/connector-types/by-category

Get connector types by category

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Responses

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