Create authorization
In this case study, we will look at how to create an authorization (user) on the modem.
To create authorizations (user) on the modem, perform the following steps:
- Get a list of your modems and select some of them. You can get a list of modems - by hostor- without host.
- Use the following method from our API - Create modem authorization
Attention on modems with Basic tariff you can add only one authorization (user).
Example of successful execution of a request in JSON format:
{
  "modemAuth": {
    "id": "1237jj213cb7965413342665",
    "authType": "LOGIN",
    "login": "samuel",
    "password": "re129883pas",
    "ip": ""
  },
  "errors": {}
}Last updated
