core_brands_current_retrieve
GET/core/brands/current/
Get current brand
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
matched_domain stringrequired
branding_title stringrequired
branding_logo stringrequired
branding_favicon stringrequired
ui_footer_links
object[]
required
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
{
"matched_domain": "string",
"branding_title": "string",
"branding_logo": "string",
"branding_favicon": "string",
"ui_footer_links": [
{
"href": "string",
"name": "string"
}
],
"ui_theme": "automatic",
"flow_authentication": "string",
"flow_invalidation": "string",
"flow_recovery": "string",
"flow_unenrollment": "string",
"flow_user_settings": "string",
"flow_device_code": "string",
"default_locale": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...