Skip to main content

List of branding items

GET 

/brandings

This API endpoint returns a list of branding items.

A token with API, ORG_ADMIN authority is required to call this API.

Request

Responses

A list of branding items.

Schema
  • Array [
  • name string

    name of branding item

    productName stringnullable

    product name

    actionButtonColor stringnullable

    hex value of color for action button

    activeLinkColor stringnullable

    hex value of color for link

    navigationColor stringnullable

    hex value of color for navigation bar

    emailFromAddress stringnullable

    email from address

    standardLogoURL stringnullable

    url to standard logo

    loginInformationalMessage stringnullable

    login information message

  • ]
Loading...