1 // API EXPLORER. NOTE, FIELDS ARE EDITABLE!!
2 //
3 // This API allows you verify login credentials for a user. Note that the user must have been previously registered.
4 // The URL is https://apis.gwocu.com/api/auth/login
5 //
6 curl -X POST "https://apis.gwocu.com/api/auth/login" -H 'Content-Type: application/json' -d ' {
7 "clientNr": "",
8 "gwoken": "",
9 "chatbotKey": "",
11 "email": "",
12 "password": "",
13 }'

TERMINAL