Returns the public chatbot data necessary for inclusion in iframe view.

GET /backend/iframe/get-chatbot/?chatbot_id=52014f03-dd59-43dc-9797-9bdf66e6cefa&format=api
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "chatbot": {
        "id": "52014f03-dd59-43dc-9797-9bdf66e6cefa",
        "name": "KATTOVIT Chatbot",
        "company_name": "KATTOVIT",
        "primary_col": "#60269e",
        "secondary_col": "#efefef",
        "text_col_primary": "#fff",
        "text_col_secondary": "#000",
        "watermarked": true,
        "icon": "/backend/files/download/?name=chatbot.IconFile%2Fdata%2Ffilename%2Fmimetype%2Fe89883a3-019d-4bbb-89cb-296fb82bea4c",
        "chatbot_voice": 4,
        "initial_message": "Hallo, ich bin dein persönlicher Katzenfutterberater – wie kann ich helfen?",
        "show_resource_name": true,
        "message_length": 2,
        "audio_input_allowed": true,
        "audio_output_allowed": true,
        "audio_reader_allowed": true,
        "welcome_message_1": "",
        "welcome_message_2": "Hey, chatte mit mir!"
    },
    "conversation_id": "c6fa0a33-aaa4-4bce-b930-76a0f24f392d"
}