Get all modems
In this case study we will look at how to get information about all our modems no matter what host they belong to.
To obtain a list of information about all your modems, follow these steps:
get API Key.
how to get the key?
use the following method from our API
Get all modems
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