Endpoint Overview
/api/admin/branding/v4/themes
/api/admin/branding/v4/themes/{user_group_id}/{theme_type}
/api/admin/branding/v4/themes/{user_group_id}/{theme_type}
/api/admin/branding/v4/themes/{user_group_id}/{theme_type}/reset
/api/admin/branding/v4/themes
/api/admin/branding/v4/themes/{user_group_id}/{theme_type}
/api/admin/branding/v4/themes/{user_group_id}/{theme_type}
/api/admin/branding/v4/themes/{user_group_id}/{theme_type}/reset
List and search themes.
type
stringsort
string[]page_number
integerrequested page for offset based pagination. Refer to our general "pagination" concept for more information.
page_limit
integerThe maximum number of items to be contained in the response array. Refer to our general "pagination" concept for more information.
embed
string[]Accept-Language
stringThe preferred language used when returning localized strings.
200 OK
Returns the active theme for the specified user group. This can either be an explicitly defined theme or an inherited theme (in which case the theme's id will point to user group that differs from the path parameter).
user_group_id
stringrequiredUnique identifier of a user group.
theme_type
stringrequiredembed
string[]Accept-Language
stringThe preferred language used when returning localized strings.
200 OK
Updates the theme settings of a user group. This operation will only affect the specified user group and all it's descendants, that do not have an override. In case of an inherited theme the operation will implicitly create a new theme for the user group, with the inherited theme providing any values missing from the patch.
user_group_id
stringrequiredUnique identifier of a user group.
theme_type
stringrequiredembed
string[]Accept-Language
stringThe preferred language used when returning localized strings.
favicon
stringcompany_icon
stringcompany_logo
stringai_assistant_icon
stringprimary
objectprimary_text
objectsecondary
objectsecondary_text_subdued
objectactive
boolean200 OK
Any explicitly defined theme will be deleted, causing the user group to inherit it's theme from it's parent. If this operation is performed on the root user group, the theme will be reset to the Flip defaults.
user_group_id
stringrequiredUnique identifier of a user group.
theme_type
stringrequiredembed
string[]Accept-Language
stringThe preferred language used when returning localized strings.
200 OK