Skip to main content
GET
/
v1
/
users
/
embed-theme
Get embed theme
curl --request GET \
  --url https://{tenant}.cubecloud.dev/api/v1/users/embed-theme \
  --header 'Authorization: <api-key>'
{
  "analyticsChat": {
    "backgroundColor": "<string>",
    "chatInput": {
      "backgroundColor": "<string>",
      "borderColor": "<string>"
    }
  },
  "chat": {
    "inputColor": "<string>"
  },
  "font": "<string>",
  "primaryColor": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Send Authorization: Api-Key <YOUR_API_KEY>.

Response

200 - application/json
analyticsChat
object
chat
object
font
string | null
primaryColor
string | null