Proxy-seller

API-TOOL에 대한 특별 목록 만들기

자세한 내용은 다음을 참조하세요here.

목록은 동일한 이름으로 생성되지만 원하는 경우 이름을 변경할 수 있습니다.

엔드포인트:

PUThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/residentsubuser/list/tools

경로 매개변수:

이름

가치

설명

권한 부여

<Your_API_Key>

개인 API 키

요청 본문:

이름

유형

설명

패키지_키

문자열

특별 목록을 만들려는 하위 사용자의 패키지 키입니다.

예시:

https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/residentsubuser/list/tools

응답:

{
  "status": "success",
  "data": {
    "id": 561,
    "login": "api3c8aa1d4",
    "password": "AZT62Dx3"
  },
  "errors": []
}
{
    "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": "IP not allowed",
            "code": 503,
            "customData": null
        }
    ]
}
{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "Tarif not found",
            "code": 0,
            "customData": null
        }
    ]
}

On this page