Proxy-seller

Authorization info

In this case study, we will look at how to get authorization (user) information on the modem.

To obtain authorization information on the modem, perform the following steps:

  1. we will need a unique authorization identifier, which we can get here.

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

Example of successful execution of a request in JSON format:

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

On this page

No Headings