1 // API EXPLORER. NOTE, FIELDS ARE EDITABLE!!
2 //
3 // This API allows you to register a chatbot. Note that a client number and a master chatbotkey is required, in addition to other required fields.
4 // The URL is https://apis.gwocu.com/api/chatbots/register
5 //
6 curl -X POST "https://apis.gwocu.com/api/chatbots/register" -H 'Content-Type: application/json' -d ' {
7 "clientNr": "",
8 "gwoken": "",
9 "chatbotMaster": "",
10 "chatbotKey": "",
11 "openaiKey": "",
12 "descriptiveName": "",
13 "name": "",
14 "email": "",
15 "initialPassword": "",
16 "paid": "",
17 "publicbot": "",
18 "enabled": "",
19 "isAdminModule": "",
20 "idEnroller": "",
21 }'

TERMINAL