List of host modems

In this section we will see how to get information about all modems on the selected host

To obtain information about all modems on the selected host, proceed as follows:

  1. Get a list of your hosts and select one of them. How do I get a list of hosts?

  2. Use the following method from our API Get modems by host Id

Example of successful execution of a request in JSON format:

[
  {
    "id": "63c234098746e15666325bf9f",
    "ip": "",
    "use": false,
    "status": "DOWN",
    "ipProxy": "101.111.44.191",
    "portHttp": "40303",
    "portSocks": "50303",
    "simProvider": "MTS UKR",
    "simNumber": null,
    "hostId": "21vjv1224n45v7457mvcas"
  }
]

Last updated