Skip to main content
GET
/
v0
/
chatbots
/
chatbot
/
{chatbotId}
/
settings
/
advanced
Get Advanced Settings
curl --request GET \
  --url https://interhemispheric-unwet-paulene.ngrok-free.dev/api/v0/chatbots/chatbot/{chatbotId}/settings/advanced \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {}
}

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 (stub — returns empty object until implemented)

success
boolean
Example:

true

data
object