cURL
curl --request POST \ --url https://api.g-tateth.com/api/widget/init \ --header 'Content-Type: application/json' \ --data ' { "tenantDomain": "<string>", "customerInfo": { "name": "<string>", "email": "<string>", "phone": "<string>", "metadata": {} } } '
{ "success": true, "data": { "sessionId": "<string>", "conversationId": "<string>", "config": {} } }
Creates a new widget session and returns session configuration
Documentation IndexFetch the complete documentation index at: https://docs.g-tateth.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.g-tateth.com/llms.txt
Use this file to discover all available pages before exploring further.
Tenant domain provided by G-tateth
Show child attributes
Widget session initialized successfully