Order a proxy.
This request allows you to order proxies. It has two required parameters (period and price) which should be included in its body (payload). You can also specify the desired parameters (such as geo location, type, protocol, etc.)
filters
object | nullProxy order filters
geo_country
arrayThe country of origin of the proxy server. Country codes are in ISO 3166-1 alpha-2 format.
"RU"
geo_region
arrayProxy's region of origin within a country
"Tatarstan Republic"
geo_city
arrayProxy's city of origin within a region
"Kazan"
geo_operator
arrayProxy operator
"mts"
type
arrayProxy type
"shared"
protocol
arrayProxy protocol (http or socks5)
"http"
period
integerRequiredProxy's duration period (in days)
1
price
stringRequiredProxy's purchase price (in USD)
"1.23"
OK. Successful response. Returns detailed information about the purchased proxy.
id
integerOrder ID, generated by the OnlineProxy server upon purchasing the proxy.
1
login
string | nullLogin, use it to connect to the proxy server.
password
string | nullPassword, use it to connect to the proxy server.
protocol
stringThe protocol type required to connect to the proxy server.
host
stringHost or IP address of a proxy server.
port
integerPort of a proxy server.
8080
geo_country
stringThe country of origin of the proxy server. Country codes are in ISO 3166-1 alpha-2 format.
"RU"
geo_city
string | nullCity name where proxy server is located.
"Moscow"
geo_operator
string | nullName of the operator of the proxy server.
"mts"
private
booleanProxy type
rotate_ip_url
string | nullURL for IP address rotation
rotate_ip_freq
integerIP address rotation frequency in minutes (0 - disabled)
5
start_at
stringOrder start datetime UTC ISO-8601
stop_at
stringOrder expire datetime UTC ISO-8601
Bad Request. No proxies available for purchase match the criteria.
message
stringRequiredError message
errors
object | nullInput validation errors
Unauthorized. Missing or invalid authentication token, please check the Authorization header.
message
stringRequiredError message
errors
object | nullInput validation errors
Unprocessable Entity. Invalid filter parameters. Please check the parameters you have specified and try again.
message
stringRequiredError message
errors
object | nullInput validation errors