# Get connector factories **GET /api/connector-factories** Get all connector factories data available in Logto. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ## Responses ### 200: An array of connector factories. #### Body Parameters: application/json (array[object]) - **type** (string) - **isDemo** (boolean) - **id** (string) - **target** (string) - **name** (object) Validator function - **description** (object) Validator function - **logo** (string) - **logoDark** (string | null) - **readme** (string) - **configTemplate** (string) - **formItems** (array[object]) - **customData** (object) - **fromEmail** (string) - **platform** (string | null) - **isStandard** (boolean) - **isTokenStorageSupported** (boolean) ### 401: Unauthorized ### 403: Forbidden [Powered by Bump.sh](https://bump.sh)