Modems
Get all modems
GET
https://mobile.proxy-seller.com/api/v1/modems
This request will return all your modems
Example
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization* |
|
Response
Change modem IP
PATCH
https://mobile.proxy-seller.com/api/v1/modems/{modemId}/change-ip
This request changes the IP of the specified modem.
Path parameters
Name | Type | Description |
---|---|---|
modemId* | String | id of modem |
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization* |
|
Request body
Name | Type | Description |
---|---|---|
value* | String | ip address to be set on the modem |
Example request body:
Response
Set modem on PAUSE
POST
https://mobile.proxy-seller.com/api/v1/modems/{modemId}/pause
This request pauses the modem's operation
Example
Path parameters
Name | Type | Description |
---|---|---|
modemId* | String | id of modem |
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization* |
|
Response
UNPAUSE modem
POST
https://mobile.proxy-seller.com/api/v1/modems/{modemId}/unpause
This request resumes the modem on pause
Example
Path parameters
Name | Type | Description |
---|---|---|
modemId* | String | Id of modem |
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization* |
|
Response
Reboot modem
Reboot a specific modem.
PATCH
https://mobile.proxy-seller.com/api/v1/modems/{modemId}/reboot
This request reboot selected modem.
Path parameters
Name | Type | Description |
---|---|---|
modemId* | String | id of modem |
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization* |
|
Response
successful answer has no body, the success state is determined by the status 200
Modem rotation
Set or change rotation settings on your modem.
POST
https://mobile.proxy-seller.com/api/v1/modems/{modemId}/rotation
This request set or change modem rotation.
Example
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization* |
|
Query parameters
Name | Type | Description |
---|---|---|
rotation* | Number | rotation time on min |
If you set 5 min rotation modem will change rotaton every 5 min.
If the rotation is not set, it will be reset
Example request with query
Response
successful answer has no body, the success state is determined by the status 200
Modem authorizations
Get modem authorization.
GET
https://mobile.proxy-seller.com/api/v1/modems/{modemId}/auths
This request returns all authorizations that are set on the modem
Path parameters
Name | Type | Description |
---|---|---|
modemId* | String | Id of modem |
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization* |
|
Response
Limit for modems
If you need to set a speed or traffic limit within the modem.
POST
https://mobile.proxy-seller.com/api/v1/modems/proxyLimit
This request sets limits on the modem.
Attention! If the modem has authorizations (users) and proxy limits are set on at least one of them, at the moment of setting limits on the modem, all limits from authorizations will be reset
Example
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization* |
|
Request body
Name | Type | Description |
---|---|---|
modemIds* | Array of string | Array of modem id |
speedLimit* | Number | modem speed limit in bits |
trafficLimit* | Number | traffic speed limit in bits |
outOfLimitNotifications* | Boolean | to notify me of the end of the limit? |
Example request body
Response
Send a report
If you encounter a problem with your modem, please submit a report.
POST
https://mobile.proxy-seller.com/api/v1/modems/report
This point sends a report of a problem with one or more modems.
Example
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization* |
|
Request body
Name | Type | Description |
---|---|---|
hostId* | String | id of host |
modemIds* | Array of string | Array of modem id |
description* | String | description of problem with modem |
locale* | string | language, at now you can sent "en" |
Example request body
Response
successful answer has no body, the success state is determined by the status 200
Delete modems limits
DELETE
https://mobile.proxy-seller.com/api/v1/modems/{modemId}/proxyLimits
This request removes all set limits from the modem.
Example
Path parameters
Name | Type | Description |
---|---|---|
modemId* | String | id of modem |
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization* |
|
Response
Delete modem
DELETE
https://mobile.proxy-seller.com/api/v1/modems/{modemId}
This request removes modem.
Be careful it can cause irreversible effects.
Example
Path parameters
Name | Type | Description |
---|---|---|
modemId* | String | id of modem |
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization* |
|
Response
successful answer has no body, the success state is determined by the status 200
Last updated