# Get connectors **GET /api/connectors** Get all connectors in the current tenant. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Query parameters - **target** (string) Filter connectors by target. ## Responses ### 200: An array of connectors. #### Body Parameters: application/json (array[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: The target only allows one connector to exist, but there are multiple connectors with this target. ### 401: Unauthorized ### 403: Forbidden [Powered by Bump.sh](https://bump.sh)