PUT
/
api
/
v1
/
whitelabel
/
branding
Set Branding
curl --request PUT \
  --url https://api.example.com/api/v1/whitelabel/branding \
  --header 'Content-Type: application/json' \
  --data '
{
  "product_name": "<string>",
  "logo_url": "<string>",
  "favicon_url": "<string>",
  "primary_color": "<string>",
  "accent_color": "<string>",
  "support_email": "<string>",
  "custom_css": "<string>"
}
'
{}

Body

application/json
product_name
string | null
logo_url
string | null
favicon_url
string | null
primary_color
string | null
accent_color
string | null
support_email
string | null
custom_css
string | null

Response

Successful Response

The response is of type Response Set Branding Api V1 Whitelabel Branding Put · object.