Retrieve active proxy

This API endpoint provides information about your active proxies based on the specified type.

Endpoint:

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

Example

To retrieve proxies of all types:

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

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

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

Path parameters

NameValueDescription

Authorization

<Your_API_Key>

Your personal API key (how to get)

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

NameTypeDescription

latest

String

Y/N - Return proxy from last order

orderId

String

Return a proxy from a specific order

Response

All types of proxies

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

Last updated