Skip to main content

core_brands_current_retrieve

GET 

/api/v3//core/brands/current/

Get current brand

Responses

Schema

    matched_domain stringrequired
    branding_title stringrequired
    branding_logo stringrequired
    branding_favicon stringrequired

    ui_footer_links

    object[]

    required

  • Array [

  • href stringnullablerequired
    name stringrequired
  • ]

  • ui_theme UiThemeEnum (string)required

    Possible values: [automatic, light, dark]

    flow_authentication string
    flow_invalidation string
    flow_recovery string
    flow_unenrollment string
    flow_user_settings string
    flow_device_code string
    default_locale stringrequired
curl -L '/api/v3/core/brands/current/' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
/api/v3
Auth