Retrieve active proxy

This API endpoint is designed to deliver detailed information about your active proxies. It allows you to retrieve data based on the specific type of proxy you are interested in, ensuring you can efficiently manage and assess your network's proxy configuration.

To make the most out of this API endpoint, ensure you have a clear understanding of the types of proxies implemented within your network. Utilize the filtering options to retrieve precise and meaningful proxy data.

For further details on implementing this API, refer to the API documentation, which provides sample requests, response formats, and additional parameters you can use to tailor the data retrieval to.

Endpoint:

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

Example

To retrieve proxies of all types:

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

To retrieve proxies of a specific type (e.g., IPv4):

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

Response

All types of proxies

{
    "status": "success",
    "data": {
        "ipv4": [],
        "ipv6": [],
        "mobile": [],
        "isp": [],
        "mix": [],
        "mix_isp": [],
        "resident": [] //proxy lists
    },
    "errors": []
}

Path parameters

Name
Value
Description

Authorization

<Your_API_Key>

Proxy type (optional)

ipv4

ipv6

mobile

isp

mix

mix_isp

The type of proxy you want to retrieve

Please note that if no proxy type is specified, all available types will be returned for your profile.

Request params

Name
Type
Description

latest

String

Y/N - Return proxy from last order

orderId

String

Return a proxy from a specific orderId or baseOrderNumber

country

String

Alpha3 country name (FRA or USA or ...)

ends

String

Y - List of ending proxies

Last updated