Complete information

This request provides all the information you need to order proxies of any type.

This includes details such as country ID, periods, targets, carriers, rotations (for mobile proxies), and all the information required to place an order.

Endpoint:

GET https://proxy-seller.com/api/v1/{YourApiKey}/reference/list/{type}

Example

To view all proxy types:

https://proxy-seller.com/api/v1/fj4948ffhg58gh843gh/reference/list

To view a specific proxy type (e.g., IPv4):

https://proxy-seller.com/api/v1/fj4948ffhg58gh843gh/reference/list/ipv4

Path parameters:

Response

{
  "status": "success",
  "data": {
    "items": [
      {
        "country": [
          {
            "id": 561,
            "name": "France",
            "alpha3": "FRA"
          }
        ],
        "period": [
          {
            "id": "1m",
            "name": "1 month"
          }
        ]
      }
    ]
  },
  "errors": []
}

Last updated