Skip to main content
PUT
Save a brand kit's landing-page / website assets (favicon, logo, images,

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Body

application/json

Brand kit landing-page assets

Request body for saving a brand kit

companyId
string
required

Company ID

brandKitId
string

Specific brand kit to update

webArtifacts
object

Brand kit asset data (favicon, logo, images)

globalStyles
string

Global CSS

headScripts
string

Scripts to inject into head

brandGuidelines
string

Brand guidelines

name
string

Name for this brand kit

landingPageId
string

Link to a landing page

isDefault
boolean

Whether this is the default kit

Response

Updated brand kit

Brand kit object

id
string

Brand kit ID

name
string

Brand kit name

favicon
object

Favicon data

Logo data

images
object[]

Custom images

globalStyles
string

Global CSS

headScripts
string

Head scripts

brandGuidelines
string

Brand guidelines

isDefault
boolean

Whether default kit