Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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" } }
Retrieve user data collection settings for a chatbot
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"361628903185318481"
Success
true
Show child attributes