View Login Credentials
GET/param.cgi?get_system_conf
Function: Gets the system configuration settings.
Camera Compatibility:
- Move 4K
- Link 4K
Example:
curl: curl "http://CAMERA-IP/cgi-bin/param.cgi?get_system_conf"
JavaScript: fetch("http://CAMERA-IP/cgi-bin/param.cgi?get_system_conf")
Response:
\{
"status": 200,
"data": \{
"username": "admin",
"userpasswd": "e00cf25ad42683b3df678c61f42c6bda",
"guestlock": "1",
"guestname": "guest",
"guestpasswd": "084e0343a0486ff05530df6c705c8bb4",
"workmode": "RTSP",
"httpauth": "0",
"tallymode": "redclosegreenclose"
\}
\}
Request
Responses
- 200
The request has succeeded.