Skip to main content

Get a branding item

GET 

/brandings/:name

This API endpoint retrieves information for an existing branding item by name. A token with API, ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    name stringrequired

    The name of the branding item to be retrieved

    Example: default

Responses

A branding item object

Schema
    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...