EyeLevel Partner API
Search…
INTRODUCTION
IMPORTANT CONCEPTS
GETTING STARTED
TUTORIALS
Documentation
API REQUESTS
CUSTOMER
FLOW
THEME
QR THEME
CREATE
UPDATE
DELETE
GET THEME
GET FLOW THEME
GET ALL THEME
APPLY THEME
NLP
OFF HOURS
INTEGRATION
PUBLISH
ANALYTICS
TEMPLATE
SUBSCRIPTION
OBJECTS
Powered By
GitBook
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
Response
1
{
2
"count": INTEGER,
3
"themes": [
4
{
5
"themeId": INTEGER IDENTIFIER,
6
"name": "STRING",
7
"iconUrl": "STRING",
8
"logoUrl": "STRING",
9
"header": "STRING",
10
"responseBackground": "STRING",
11
"chatBackground": "STRING",
12
"responseText": "STRING",
13
"mainText": "STRING",
14
"headerText": "STRING",
15
"button": "STRING",
16
"buttonBackground": "STRING",
17
"bubbleBackground": "STRING",
18
"bubble": "STRING",
19
"bubbleIconUrl": "STRING",
20
"advancedCSS": "STRING",
21
"timing": FLOAT,
22
"updated": DATETIME
23
}
24
]
25
}
Copied!
themeId
The unique integer identifier for the theme which is generated while creating the theme.
name
The human readable name for the theme.
iconUrl
The URL for the hosted image.
logoUrl
The URL for the hosted image.
header
The header bar background color.
responseBackground
The background of the user chat text bubble.
chatBackground
The background color of the main chat window.
responseText
The secondary text color, including user chat text.
mainText
The primary text color, including server chat text.
headerText
A human readable string that is displayed in the header bar of the chat experience. If
logoUrl
is set,
headerText
is not applicable.
button
Button text and border color.
buttonBackground
Button background color.
bubbleBackground
Chat bubble background color. A chat bubble will only appear for website integrations.
bubble
Chat bubble icon color. A chat bubble will only appear for website integrations.
bubbleIconUrl
The URL for the hosted image. If
bubbleIconUrl
is set,
bubble
color is not applicable.
advancedCSS
A string containing CSS information that will be applied without validation to chat experience and bubble.
timing
The number of seconds before an alert appears beside the chat bubble. This attribute only applies to website chats.
Objects
THEME
​
Previous
GET FLOW THEME
Next
APPLY THEME
Last modified
11mo ago
Copy link
Contents
get
QUERY ALL
Response
themeId
name
iconUrl
logoUrl
header
responseBackground
chatBackground
responseText
mainText
headerText
button
buttonBackground
bubbleBackground
bubble
bubbleIconUrl
advancedCSS
timing
Objects