cURL
curl --request GET \ --url https://your-instance.example.com/api/organizations/{organizationId}/webchat-settings \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "showSenderNameInWebchat": true, "aiAssistantName": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Webchat settings returned
Show child attributes