2.2.1.1 Login

The login helps you get access to the selected HTTPS session using a username and password. The login is Admin by default and the password is identical with the device web interface access password.

URL:

https://<IP>/api/v1/login

HTTP method:

PUT

Request body:

{"login":"<username>","password":"<password>"}

Response code:

200 if everything is OK, otherwise 401, 405,...

Note

 Response code 403 in the case of default password and its necessary change.