1 // API EXPLORER. NOTE, FIELDS ARE EDITABLE!!
2 //
3 // This API allows you to query the information of all users for a certain chatbot. Note that the chatbot must have been previously created.
4 // The URL is https://apis.gwocu.com/api/users/queryall
5 //
6 curl -X POST "https://apis.gwocu.com/api/users/queryall" -H 'Content-Type: application/json' -d ' {
7 "clientNr": "
",
8 "gwoken": "
",
9 "chatbotKey": "
",
10 }'
TERMINAL