---
title: "GET /core/brands/current/"
method: GET
path: "/core/brands/current/"
tags: ["core"]
---

# GET /core/brands/current/

`GET /core/brands/current/`

Get current brand

## Response `200`

- CurrentBrand — Partial brand information for styling
  - `matched_domain` string, required
  - `branding_title` string, required
  - `branding_logo` string, required
  - `branding_logo_themed_urls` ThemedUrls, required — Themed URLs - maps theme names to URLs for light and dark themes
    - `light` string, nullable
    - `dark` string, nullable
  - `branding_favicon` string, required
  - `branding_favicon_themed_urls` ThemedUrls, required — Themed URLs - maps theme names to URLs for light and dark themes
    - `light` string, nullable
    - `dark` string, nullable
  - `branding_custom_css` string, required
  - `branding_map_tiles` string, required
  - `ui_footer_links` FooterLink[], required
    - `href` string, nullable, required
    - `name` string, required
  - `ui_theme` 'automatic' | 'light' | 'dark', required
  - `flow_authentication` string
  - `flow_user_switch` string
  - `flow_invalidation` string
  - `flow_recovery` string
  - `flow_unenrollment` string
  - `flow_user_settings` string
  - `flow_device_code` string
  - `flow_lockdown` string
  - `flow_request` string
  - `default_locale` string, required
  - `flags` object, required
    - `flows_continuous_login` boolean, required — Upon successful authentication, re-start authentication in other open tabs.

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
