Verification limits

Verification limits

This API lets you retrieve the verification limits which your account may have received

Parameters

ParameterTypeDescription
proxy_statestring

Can be 'active', 'limited' or 'paused'. Limited means proxies are slower than usual and may give errors while using. Paused means proxy are currently not working.

Examples

import requests
 
response = requests.get("https://proxy.webshare.io/api/v2/verification/limits/")
response.json()
curl "https://proxy.webshare.io/api/v2/verification/limits/" \
  -H "Authorization: Token "

The above command returns JSON structured like this:

{
    "proxy_state": "active"
}