IP replacement

This endpoint allows you to automate IP replacement requests. Please note that processing the request may take some time.

You can request IP replacement for a single proxy once per day.

Endpoint:

POST https://proxy-seller.com/api/v1/{YourApiKey}/proxy/replace

Example

https://proxy-seller.com/api/v1/fj4948ffhg58gh843gh/proxy/replace

Path parameters

NameValueDescription

Authorization

<Your_API_Key>

Your personal API key (how to get)

Request body

NameTypeDescription

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

Types of replacement: NOT_WORK, INCORRECT_LOCATION, CANT_CHANGE_NETWORK, LOW_SPEED, CUSTOM

Response

{
    "status": "success",
    "data": {
        "ok": {
            "ips": [
                "31.6.33.97"
            ],
            "msg": "Replacement request submitted"
        }
    },
    "errors": []
}

Last updated