Proxy-seller
ProxyFree toolsContact sales
  • Documentation
  • PROXY-SELLER
    • Authorization
    • Actions with proxies
      • Retrieve active proxy
      • Export IPs in txt/csv/custom
      • IP replacement
      • Comment on IP
      • Extend proxies
      • Authorizations
        • List of authorizations
        • Create authorization
        • Change authorization
        • Delete authorization
    • Order actions
      • Complete information
      • Calculate the order
      • Place an order
    • Balance
    • Residential proxy
      • Get package information
      • Get all locations
      • Get existing IP list
      • Create list
      • Rename list
      • Change rotation settings
      • Delete list
      • Subaccounts (subusers)
        • Create subuser package
        • Update package
        • Get package information
        • Delete subuser's package
        • Retrieve existing IP lists
        • Create IP list
        • Rename created list
        • Change rotation
        • Delete list
        • Create a special list for API-TOOL
      • Session ID + TTL
        • Create a special list
        • Get all ISP codes
      • Cases (FAQ)
    • API - Changelog
    • SDK PHP
    • SDK NodeJS
    • SDK Phyton
    • SDK Java
    • SDK Golang
  • Mobile CRM
    • Get authorization key
    • Usage guides
      • How to Work with API Reference
      • Host Actions
        • All hosts info
        • List of host modems
        • Change host name
        • Reboot all modems
        • Export modems info
      • Modem Actions
        • Get all modems
        • Change modem IP
        • Set pause on modem
        • Set unpause on modem
        • Reboot modem
        • Change modem rotation
        • Limits on modem
        • Delete limits on modems
        • Delete modem
        • Send a report
      • Modem authorization (users)
        • Create authorization
        • Edit authorization
        • Modem authorizations
        • Authorization info
        • Limit authorization
        • Get limit authorization
        • Delete authorization
      • Modem action links
        • Direct links
        • Create domain
        • Approve domain
        • Edit domain
        • All client domain
        • Domain info
        • Delete domain
    • API Reference
      • Hosts
      • Modems
      • Modem authorization
      • Action links
      • Proxy limit
  • More guides
    • Youtube channel
    • Our blog
  • News, discounts
    • Reddit
    • Discord
    • Telegram
Powered by GitBook
On this page
  • Proxy limit
  • Create limit
  1. Mobile CRM
  2. API Reference

Proxy limit

Proxy limit

GET https://mobile.proxy-seller.com/api/v1/proxyLimits/{id}

This request returns the limits of the specified authorization (user) by id

Example

https://mobile.proxy-seller.com/api/v1/proxyLimits/652319f04cb7965413432168

Path parameters

Name
Type
Description

id*

String

Id of proxy limit

Headers

Name
Value

Content-Type

application/json

Authorization*

<YOUR_API_TOKEN>

Response

{
  "id": "652319f04cb7965413432168",
  "ownerId": "62326bcaf3904578675f9ef7",
  "speedLimit": 10000,
  "trafficLimit": 10000
}
AUTHORIZATION_FAILED,
IP_AUTHORIZATION_FAILED,
HOST_USER_ID_AND_AUTH_DOES_NOT_MATCH
PROXY_LIMIT_NOT_FOUND,
MODEM_AUTH_NOT_FOUND_FOR_PROXY_LIMIT,
INVALID_MODEM

Create limit

POST https://mobile.proxy-seller.com/api/v1/proxyLimits

This request ecnfyfdkbdftn the limits of the specified authorization (user) on the specified modem.

Attention: setting at least one limit on the modem authorization will reset the modem limit setting, if it is set.

Example

https://mobile.proxy-seller.com/api/v1/proxyLimits

Headers

Name
Value

Content-Type

application/json

Authorization*

<YOUR_API_TOKEN>

Request body

Name
Type
Description

modemAuthIds*

Array of String

Array of modem authorization IDs on which the limit will be written

modemId*

String

id of modem

speedLimit*

Number

modem speed limit in bits

trafficLimit*

Number

traffic speed limit in bits

Example request body

{
    "modemId": "63c234098746e15666325bf9f",
    "modemAuthIds": ["62326bcaf3904578675f9ef7"],
    "speedLimit": "100000",
    "trafficLimit": "200000"
    
}

Response

{
  "failedModemAuths": []
}
AUTHORIZATION_FAILED,
IP_AUTHORIZATION_FAILED,
HOST_USER_ID_AND_AUTH_DOES_NOT_MATCH,
MODEM_HAVE_INSUFFICIENT_PRIVILEGES
INVALID_MODEM_AUTH_IDS
MODEM_NOT_FOUND,
RATE_NOT_FOUND,
MODEM_AUTH_NOT_FOUND,
PreviousAction links

Last updated 8 months ago