Skip to main content
GET
/
api
/
organizations
/
{organizationId}
/
webchat-settings
Get webchat settings
curl --request GET \
  --url https://your-instance.example.com/api/organizations/{organizationId}/webchat-settings \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "showSenderNameInWebchat": true,
    "aiAssistantName": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

organizationId
string
required

Response

Webchat settings returned

success
boolean
data
object