Rent period

IPv4 type

The request allows to view rent period days for proxy type IPv4.

GET /client/api/v1/{apiKey}/rentPeriod?proxyType=IPv4

Path parameters

Name
Type
Description

apiKey*

String

Your personal API key.

Query parameters

Name
Type
Description

proxyType*

String

Proxy type IPv4.

Response

200: OK Success response
{
    "success": true,
    "rentPeriodDays": [
        30,
        60,
        90,
        180,
        360
    ],
    "error": null
}
Name
Listed data

rentPeriodDays

30, 60, 90, 180, 360

200: OK Error response
{
    "success": false,
    "rentPeriodDays": [],
    "error": {
        "code": 4,
        "message": "Incorrect proxy type"
    }
}

IPv6 type

The request allows to view rent period days for proxy type IPv6.

GET /client/api/v1/{apiKey}/rentPeriod?proxyType=IPv6

Path parameters

Name
Type
Description

apiKey*

String

Your personal API key.

Query parameters

Name
Type
Description

proxyType*

String

Proxy type IPv6.

Response

200: OK Success response
{
    "success": true,
    "rentPeriodDays": [
        90,
        180,
        360
    ],
    "error": null
}
Name
Listed data

rentPeriodDays

90, 180, 360

200: OK Error response
{
    "success": false,
    "rentPeriodDays": [],
    "error": {
        "code": 4,
        "message": "Incorrect proxy type"
    }
}

Mobile type

The request allows to view rent period days for proxy type MOBILE.

GET /client/api/v1/{apiKey}/rentPeriod?proxyType=MOBILE

Path parameters

Name
Type
Description

apiKey*

String

Your personal API key.

Query Parameters

Name
Type
Description

proxyType*

String

Proxy type MOBILE.

Response

200: OK Success response
{
    "success": true,
    "rentPeriodDays": [
        30,
        360
    ],
    "error": null
}
Name
Listed data

rentPeriodDays

30, 360

200: OK Error response
{
    "success": false,
    "rentPeriodDays": [],
    "error": {
        "code": 4,
        "message": "Incorrect proxy type"
    }
}

ISP type

The request allows to view rent period days for proxy type ISP.

GET /users/client/api/v1/{apiKey}/rentPeriod?proxyType=ISP

Path parameters

Name
Type
Description

apiKey*

String

Your personal API key.

Query parameters

Name
Type
Description

proxyType*

String

Proxy type ISP.

Response

200: OK Success response
{
    "success": true,
    "rentPeriodDays": [
        30,
        60,
        90,
        180,
        360
    ],
    "error": null
}
Name
Listed data

rentPeriodDays

30,

60,

90, 180, 360

200: OK Error response
{
    "success": false,
    "rentPeriodDays": [],
    "error": {
        "code": 4,
        "message": "Incorrect proxy type"
    }
}

Last updated