IP replacement
This endpoint allows you to automate IP replacement requests. Please note that processing the request may take some time.
Endpoint:
POST
https://proxy-seller.com/personal/api/v1/
{YourApiKey}
/proxy/replace
Example
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/proxy/replace
Response
{
"status": "success",
"data": {
"ok": {
"ips": [
"31.6.33.97"
],
"msg": "Replacement request submitted"
}
},
"errors": []
}
Path parameters
Name
Value
Description
Request body
Name
Type
Description
ids
Number
A single ID or an array of IDs in '[ ]', separated by commas
comment
String
Optional comment to include with the request
type
String
Type of replacement
Last updated