# Get the application level sign-in experience **GET /api/applications/{applicationId}/sign-in-experience** Get application level sign-in experience for a given application. - Only branding properties and terms links customization is supported for now. - Only third-party applications can have the sign-in experience customization for now. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **applicationId** (string) The unique identifier of the application. ## Responses ### 200 Returns the application's application level sign-in experience. #### Body: application/json (object) - **tenantId** (string) - **applicationId** (string) - **color** (object) - **branding** (object) - **customCss** (string | null) - **termsOfUseUrl** (string | null) - **privacyPolicyUrl** (string | null) - **displayName** (string | null) ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 The application does not exist or the application level sign-in experience does not exist. [Powered by Bump.sh](https://bump.sh)