Skip to content
Dashboard

Brands

Brands represent distinct brand identities within your organization. Each brand can have its own help center and email sending address. Use this endpoint to list and retrieve brand information.

List all brands
GET/v2/brands
Get brand by ID
GET/v2/brands/{id}
ModelsExpand Collapse
Brand object { id, createdAt, helpCenterId, 5 more }
id: string

Featurebase internal ID

createdAt: string

ISO date when brand was created

helpCenterId: string

The ID of the help center associated with this brand

isDefault: boolean

Whether this is the default brand

name: string

Brand display name

object: "brand"

Object type identifier

senderEmailAddressId: string

The ID of the default sending email address for this brand

updatedAt: string

ISO date when brand was last updated