Skip to content

Brand

Represents a branding configuration for the workspace

typestring

The type of object

Example:"brand"
idstring

Unique brand identifier. For default brand, matches the workspace ID

Example:"10"
namestring

Display name of the brand

Example:"Default Brand"
is_defaultboolean

Whether this is the workspace's default brand

Example:true
created_atinteger, (date-time)

Unix timestamp of brand creation

Example:1673778600
updated_atinteger, (date-time)

Unix timestamp of last modification

Example:1711031100
help_center_idstring

Associated help center identifier

Example:"10"
default_address_settings_idstring

Default email settings ID for this brand

Example:"15"
{ "type": "brand", "id": "10", "name": "Default Brand", "is_default": true, "created_at": 1673778600, "updated_at": 1711031100, "help_center_id": "10", "default_address_settings_id": "15" }