Skip to main content
GET
/
v0
/
chatbots
/
chatbot
/
{chatbotId}
/
settings
/
user-data
Get User Data Settings
curl --request GET \
  --url https://interhemispheric-unwet-paulene.ngrok-free.dev/api/v0/chatbots/chatbot/{chatbotId}/settings/user-data \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "enableLeadCollection": true,
    "customerNameTake": true,
    "customerPhoneTake": false,
    "customerEmailTake": true,
    "whenUserShareDetails": "optional"
  }
}

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