Whitelisting
Reference for whitelisting endpoints for Per GB Mobile Proxies.
Last updated
Was this helpful?
Reference for whitelisting endpoints for Per GB Mobile Proxies.
Use whitelisting to limit Mobile proxy access to approved source IPs.
Whitelisting controls who can connect.
Country, city, and ISP control where the proxy exits from.
To add or update allowed IPs, use IP Whitelist.
When you pass country, city, or carrier, use the values returned by the lookup APIs.
Use Locations (Per ISP) to fetch valid country and city values.
Example response:
[
{
"country": {
"name": "USA",
"value": "-co-USA",
"locations": [
{
"label": "Baltimore, MD",
"value": "-co-USA-st-MD-ci-Baltimore",
"country": "USA",
"state": "MD",
"city": "Baltimore"
}
]
}
}
]Use:
country: USA
city: Baltimore
state: MD
Use ISPs (Per Location) with the location query parameter.
Then use the returned ISPs value.
Example response:
Use:
carrier: 6614
If you want USA, MD, Baltimore, and ISP AS6614, use:
Last updated
Was this helpful?
Was this helpful?
[
{
"name": "AS6614 T-Mobile USA, Inc.",
"country": "USA",
"value": "6614",
"available": true
},
]country=USA
state=MD
city=Baltimore
carrier=6614