buy static direct proxy
POST
/api/static_direct_proxy/buyYou can only purchase one proxy ip per request. If you need to purchase multiple ips, please send multiple requests.
请求参数
Body Params application/json
user_tag
string
required
always "ipcola"
count
integer
required
always 1
is_datacenter
boolean
required
true for datacenter, false for residential
country_code
string
required
if no specific country, country_code=""
Example
{
"city": "",
"count": 1,
"country_code": "",
"is_datacenter": true,
"isp": "",
"user_tag": "ipcola",
"region": ""
}
示例代码
Responses
result(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
alloc_ip_list
array[string]
required
return proxy ip if success
meta_message
string
required
success or other error msg
meta_status
integer
required
1 for success, negative for error
Example
{
"alloc_ip_list": [
"string"
],
"meta_message": "string",
"meta_status": 0
}
Last modified: 1 年前