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/list
To view a specific proxy type (e.g., IPv4):
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/reference/list/ipv4
Response
{
"status": "success",
"data": {
"items": [
{
"country": [
{
"id": 561,
"name": "France",
"alpha3": "FRA"
}
],
"period": [
{
"id": "1m",
"name": "1 month"
}
]
}
]
},
"errors": []
}
Path parameters:
Name
Value
Description
Proxy type
ipv4
ipv6
mobile
isp
resident
mix
mix_isp
The proxy type you want to retrieve.
Last updated