完整信息
本申请提供订购任何类型代理所需的全部信息。
其中包括国家 ID、时段、目标、运营商、轮换(移动代理)等详细信息,以及下订单所需的所有信息。
终点:
GEThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/reference/list/{type}
路径参数
名称 | 价值 | 说明 |
|---|---|---|
授权 |
| 您的个人 API 密钥(如何获取) |
代理类型 |
| 要检索的代理类型。 |
示例
要查看所有代理类型:
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/reference/list查看特定代理类型(如 IPv4):
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/reference/list/ipv4回应
{
"status": "success",
"data": {
"items": [
{
"country": [
{
"id": 561,
"name": "France",
"alpha3": "FRA"
}
],
"period": [
{
"id": "1m",
"name": "1 month"
}
]
}
]
},
"errors": []
}错误的 API 密钥
{
"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
}
]
}