Modem authorizations

In this case study we will look at how to get a list of all authorizations (users) on the modem.

To obtain a list of authorizations on the modem, perform the following steps:

  1. Get a list of your modems and select one of them. You can get a list of modems by host or without host.

  2. Use the following method from our API Get modem authorizations by modem Id

Example of successful execution of a request in JSON format:

[
  {
    "id": "62326bcaf3904578675f9ef7",
    "authType": "LOGIN",
    "login": "jAck",
    "password": "re456pas",
    "ip": ""
  }
]

Last updated