# 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 - O auth2 ## 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) - **hideLogtoBranding** (boolean) Cloud only. Whether to hide the Logto branding on hosted sign-in pages. - **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) - **supportEmail** (string | null) The support email address to display on the error pages. - **supportWebsiteUrl** (string | null) The support website URL to display on the error pages. - **unknownSessionRedirectUrl** (string | null) The fallback URL to redirect users when the sign-in session does not exist or unknown. Client should initiates a new authentication flow after the redirection. - **captchaPolicy** (object) - **sentinelPolicy** (object) Custom sentinel policy settings. Use this field to customize the user lockout policy. The default value is 100 failed attempts within one hour. The user will be locked out for 60 minutes after exceeding the limit. - **emailBlocklistPolicy** (object) Define email restriction policies. Users will be prohibited from registering or linking any email addresses that are included in the blocklist. - **forgotPasswordMethods** (array[string] | null) ### 401 Unauthorized ### 403 Forbidden ### 404 Default sign-in experience settings not found. [Powered by Bump.sh](https://bump.sh)