For the complete documentation index, see llms.txt. This page is also available as Markdown.

Whitelisting

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.

Format requirements

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

Get the correct ISP format

Use ISPs (Per Location) with the location query parameter.

Then use the returned ISPs value.

Example response:

Use:

  • carrier: 6614

Example

If you want USA, MD, Baltimore, and ISP AS6614, use:

Last updated

Was this helpful?