# Get connector factory **GET /api/connector-factories/{id}** Get connector factory by the given ID. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **id** (string) The unique identifier of the connector factory. ## Responses ### 200: Connector factory data. #### Body Parameters: application/json (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) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Connector factory not found. [Powered by Bump.sh](https://bump.sh)