# Get connector **GET /api/connectors/{id}** Get connector data by 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. ## Responses ### 200: The connector data. #### Body Parameters: application/json (object) - **id** (string) - **syncProfile** (boolean) - **enableTokenStorage** (boolean) - **config** (object) arbitrary - **metadata** (object) - **connectorId** (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) - **type** (string) - **isDemo** (boolean) - **extraInfo** (object) - **usage** (number) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Connector not found. [Powered by Bump.sh](https://bump.sh)