Skip to main content
GET
/
v0
/
chatbots
/
chatbot
/
{chatbotId}
/
settings
/
icons
Get Icon Settings
curl --request GET \
  --url https://interhemispheric-unwet-paulene.ngrok-free.dev/api/v0/chatbots/chatbot/{chatbotId}/settings/icons \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "botIconSrc": "https://ik.imagekit.io/.../bot.png",
    "userIconSrc": "<string>",
    "agentIconSrc": "<string>",
    "bubbleIconSrc": "<string>",
    "watermarkBrandIcon": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chatbotId
string
required
Example:

"361628903185318481"

Response

Success

success
boolean
Example:

true

data
object