Skip to main content

Branding

For convenience, this API also includes an endpoint for getting information about brand colors, the logo, and the institution name that can be used for data-recipient UI theming to better match the financial institution. This is considered public information and doesn't require any client authentication to view.

Endpoint: GET /settings

Request
Response
Language:shell

_10
curl -i -X GET 'https://base.url.com/settings' \
_10
-H 'Accept: application/json'

Theme Fields

NameData TypeDescription
theme.brand100StringHex color value. Used as a background for selected or active elements. Almost always paired with brand400.
theme.brand300StringHex color value. The most prominent brand color. Used for primary buttons.
theme.brand400StringHex color value. Used as the foreground color for selected and active elements.
theme.institution_nameStringThe human-readable name of the financial institution.
theme.logo.nameStringThe name and extension of the logo file.
theme.logo.sizeIntegerThe size in bytes of the logo file.
theme.logo.urlStringThe relative URL of the image.
theme.logoObjectJSON object containing all information regarding the logo.
themeObjectJSON object containing all theming information.