# Get default sign-in experience settings **GET /api/sign-in-exp** Get the default sign-in experience settings. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - OAuth2 ## Parameters ## Responses ### 200 Default sign-in experience settings. #### Body: application/json (object) - **tenantId** (string) - **id** (string) - **color** (object) The primary branding color for the sign-in page (both light/dark mode). - **branding** (object) - **languageInfo** (object) The language detection policy for the sign-in page. - **termsOfUseUrl** (string | null) - **privacyPolicyUrl** (string | null) - **agreeToTermsPolicy** (string) - **signIn** (object) Sign-in method settings. - **signUp** (object) Sign-up method settings. - **socialSignIn** (object) - **socialSignInConnectorTargets** (array[string]) Enabled social sign-in connectors, will displayed on the sign-in page. - **signInMode** (string) - **customCss** (string | null) - **customContent** (object) Custom content to display on experience flow pages. the page pathname will be the config key, the content will be the config value. - **customUiAssets** (object | null) - **passwordPolicy** (object) Password policies to adjust the password strength requirements. - **mfa** (object) MFA settings - **singleSignOnEnabled** (boolean) ### 401 Unauthorized ### 403 Forbidden ### 404 Default sign-in experience settings not found. [Powered by Bump.sh](https://bump.sh)