---
title: "Get the application level sign-in experience"
method: GET
path: "/api/applications/{applicationId}/sign-in-experience"
tags: ["Applications"]
---

# 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.

## Path parameters

- `applicationId` string, required

## Response `200`

Returns the application's application level sign-in experience.

- object
  - `tenantId` string, required
  - `applicationId` string, required
  - `color` object, required
    - `primaryColor` string, regex
    - `isDarkModeEnabled` boolean
    - `darkPrimaryColor` string, regex
  - `branding` object, required
    - `logoUrl` string, url
    - `darkLogoUrl` string, url
    - `favicon` string, url
    - `darkFavicon` string, url
  - `customCss` string, nullable, required
  - `termsOfUseUrl` string, nullable, required
  - `privacyPolicyUrl` string, nullable, required
  - `displayName` string, nullable, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The application does not exist or the application level sign-in experience does not exist.

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/versions/a163dc77d842/schema)
