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/personal/api/v1/{YourApiKey}/reference/list/{type}
Example
To view all proxy types:
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/reference/listTo view a specific proxy type (e.g., IPv4):
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/reference/list/ipv4Response
{
"status": "success",
"data": {
"items": [
{
"country": [
{
"id": 561,
"name": "France",
"alpha3": "FRA"
}
],
"period": [
{
"id": "1m",
"name": "1 month"
}
]
}
]
},
"errors": []
}Wrong API key
{
"status": "error",
"data": null,
"errors": [
{
"message": "Error api key",
"code": 503,
"customData": null
},
{
"message": "IP not allowed",
"code": 503,
"customData": null
},
{
"message": "Request limit reached",
"code": 503,
"customData": null
}
]
}Path parameters:
Name
Value
Description
Proxy type
ipv4
ipv6
mobile
isp
resident
mix
mix_isp
The proxy type you want to retrieve.
Last updated