# Get SSO connector **GET /api/sso-connectors/{id}** Get SSO connector data by ID. In addition to the raw SSO connector data, a copy of fetched or parsed IdP configs and a copy of connector provider's data will be attached. ## 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 sso connector. ## Responses ### 200: The SSO connector data with the given ID. #### Body Parameters: application/json (object) - **tenantId** (string) - **id** (string) - **providerName** (string) - **connectorName** (string) - **config** (object) arbitrary - **domains** (array[string]) - **branding** (object) - **syncProfile** (boolean) - **enableTokenStorage** (boolean) - **createdAt** (number) - **name** (string) - **providerType** (string) - **providerLogo** (string) - **providerLogoDark** (string) - **providerConfig** (object) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: SSO connector not found. [Powered by Bump.sh](https://bump.sh)