GET ALL THEME
Query all chat themes associated with the given customer API key
get
https://api.eyelevel.ai/v1/partner
/theme/:apiKey
QUERY ALL
{
"count": INTEGER,
"themes": [
{
"themeId": INTEGER IDENTIFIER,
"name": "STRING",
"iconUrl": "STRING",
"logoUrl": "STRING",
"header": "STRING",
"responseBackground": "STRING",
"chatBackground": "STRING",
"responseText": "STRING",
"mainText": "STRING",
"headerText": "STRING",
"button": "STRING",
"buttonBackground": "STRING",
"bubbleBackground": "STRING",
"bubble": "STRING",
"bubbleIconUrl": "STRING",
"advancedCSS": "STRING",
"timing": FLOAT,
"updated": DATETIME
}
]
}
The unique integer identifier for the theme which is generated while creating the theme.
The human readable name for the theme.
The URL for the hosted image.
The URL for the hosted image.
The header bar background color.
The background of the user chat text bubble.
The background color of the main chat window.
The secondary text color, including user chat text.
The primary text color, including server chat text.
A human readable string that is displayed in the header bar of the chat experience. If logoUrl is set, headerText is not applicable.
Button text and border color.
Button background color.
Chat bubble background color. A chat bubble will only appear for website integrations.
Chat bubble icon color. A chat bubble will only appear for website integrations.
The URL for the hosted image. If bubbleIconUrl is set, bubble color is not applicable.
A string containing CSS information that will be applied without validation to chat experience and bubble.
The number of seconds before an alert appears beside the chat bubble. This attribute only applies to website chats.
Last modified 1yr ago