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:
GEThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/reference/list/{type}
Path parameters
Name | Value | Description |
|---|---|---|
Authorization |
| Your personal API key (how to get) |
Proxy type |
| The proxy type you want to retrieve. |
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
}
]
}