Proxy-seller

IP 교체

이 엔드포인트를 사용하면 IP 교체 요청을 자동화할 수 있습니다. 요청을 처리하는 데 다소 시간이 걸릴 수 있다는 점에 유의하세요.

하루에 한 번 프록시 하나에 대해 IP 교체를 요청할 수 있습니다.

엔드포인트:

POSThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/proxy/replace

경로 매개변수

이름

가치

설명

권한 부여

<Your_API_Key>

개인 API 키(획득 방법)

요청 본문

이름

유형

설명

ids

번호

쉼표로 구분된 단일 ID 또는 '[ ]' 안에 있는 ID 배열입니다

댓글

문자열

요청에 포함할 선택적 코멘트

유형

문자열

교체 유형

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

응답

{
    "status": "success",
    "data": {
        "ok": {
            "ips": [
                "31.6.33.97"
            ],
            "msg": "Replacement request submitted"
        }
    },
    "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
        }
    ]
}

잘못된 유형

{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "Set coorect type: NOT_WORK / INCORRECT_LOCATION / CANT_CHANGE_NETWORK / LOW_SPEED / CUSTOM",
            "code": 0,
            "customData": null
        }
    ]
}

교체 유형: 작동하지 않음, 위치가 잘못됨, 네트워크 변경 불가, 속도 저하, 사용자 지정

On this page