Skip to main content
GET
/
api
/
v2
/
chatbots
/
{chatbotId}
/
translations
/
languages
List available languages
curl --request GET \
  --url https://app.livechatai.com/api/v2/chatbots/{chatbotId}/translations/languages \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

chatbotId
string
required

Unique identifier of the chatbot

Example:

"clx1234567890abcdef"

Response

Successfully retrieved available languages