Get limit authorization
In this case study we will look at how to get information about the limits set on modem authorization.
You can get the information in one of two ways
If we haven`t unique id of proxy limit:
we will need a unique authorization identifier, which we can
get here
.Get a list of your modems and select one of them. You can get a list of modems
by host
orwithout host
.Use the following method from our API
Get proxy limits by modem authorization
Or if we have unique id of proxy limit:
Just use next method from our API
Get proxy limit by Id
in both variants we get the same data object
Example of successful execution of a request in JSON format:
Last updated